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.MessageLogMaintenance.getMessageStore()Returns the message store maintained by this instance.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) MessageLogMaintenance(MessageStore messageStore, PositionStore positionStore, TrackingStrategy trackingStrategy) Creates message log maintenance for the given shared log components.