- All Known Implementing Classes:
InMemoryLocalIDManager,JDBCLocalIDManager
public interface LocalIDManager
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateLocalID(String localID, String sequenceID, long messageNumber) getBoundMessage(String localID) voidmarkSequenceTermination(String sequenceID) Mark all the localIDs associated the specified sequenceID terminatedvoidremoveLocalIDs(Iterator<String> localIDs)
-
Method Details
-
createLocalID
-
removeLocalIDs
-
getBoundMessage
-
markSequenceTermination
Mark all the localIDs associated the specified sequenceID terminated
-