Interface ServerTransactionManager.InitialSequenceIdPolicy
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ServerTransactionManager.InitialSequenceIdPolicy.Default
- Enclosing interface:
- ServerTransactionManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ServerTransactionManager.InitialSequenceIdPolicy extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ServerTransactionManager.InitialSequenceIdPolicy.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
apply()
Retrieve an initial seed for sequential ID.
-