Uses of Interface
io.fluxzero.common.tracking.MessageStore
Packages that use MessageStore
-
Uses of MessageStore in io.fluxzero.common.tracking
Methods in io.fluxzero.common.tracking with type parameters of type MessageStoreModifier and TypeMethodDescriptiondefault <T extends MessageStore>
TAttempts to unwrap the current instance to a concrete implementation or extension ofMessageStore.Methods in io.fluxzero.common.tracking that return MessageStoreModifier and TypeMethodDescriptionHasMessageStore.getMessageStore()Returns the associatedMessageStoreinstance.default MessageStoreMessageStore.getMessageStore()Returns the current instance as theMessageStore.Constructors in io.fluxzero.common.tracking with parameters of type MessageStoreModifierConstructorDescriptionDefaultTrackingStrategy(MessageStore source) DefaultTrackingStrategy(MessageStore source, TaskScheduler scheduler) protectedDefaultTrackingStrategy(MessageStore source, TaskScheduler scheduler, int segments)