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. -
Uses of TrackingStrategy in io.fluxzero.testserver.websocket
Constructors in io.fluxzero.testserver.websocket with parameters of type TrackingStrategyModifierConstructorDescriptionConsumerEndpoint(TrackingStrategy trackingStrategy, MessageStore messageStore, PositionStore positionStore, MessageType messageType) ConsumerEndpoint(TrackingStrategy trackingStrategy, MessageStore messageStore, PositionStore positionStore, MessageType messageType, String topic) Creates a consumer endpoint from explicit tracking components.ConsumerEndpoint(TrackingStrategy trackingStrategy, MessageStore messageStore, PositionStore positionStore, MessageType messageType, String topic, CommandIdempotencyStore commandIdempotencyStore) Creates a consumer endpoint from explicit tracking components.