Uses of Interface
io.fluxzero.common.tracking.TrackingStrategy
Packages that use TrackingStrategy
-
Uses of TrackingStrategy in io.fluxzero.common.tracking
Classes in io.fluxzero.common.tracking that implement TrackingStrategyModifier and TypeClassDescriptionclassStreaming strategy that allows multiple clients to concurrently consume a message stream.Methods in io.fluxzero.common.tracking that return TrackingStrategyModifier and TypeMethodDescriptionMessageLogMaintenance.getTrackingStrategy()Returns the tracking strategy whose active trackers are coordinated by this instance.Constructors in io.fluxzero.common.tracking with parameters of type TrackingStrategyModifierConstructorDescriptionMessageLogMaintenance(MessageStore messageStore, PositionStore positionStore, TrackingStrategy trackingStrategy) Creates message log maintenance for the given shared log components.