Uses of Class
io.fluxzero.common.api.tracking.Position
Packages that use Position
-
Uses of Position in io.fluxzero.common.api.tracking
Methods in io.fluxzero.common.api.tracking that return PositionModifier and TypeMethodDescriptionMerges twoPositionobjects by taking the highest known index per segment.static PositionPosition.newPosition()Creates an empty position.Methods in io.fluxzero.common.api.tracking with parameters of type Position -
Uses of Position in io.fluxzero.common.tracking
Methods in io.fluxzero.common.tracking that return PositionModifier and TypeMethodDescriptionprotected PositionDefaultTrackingStrategy.position(Tracker tracker, PositionStore positionStore, int[] segment) Retrieves the full multi-segment position for the given consumer.Methods in io.fluxzero.common.tracking with parameters of type PositionModifier and TypeMethodDescriptionprotected List<SerializedMessage> DefaultTrackingStrategy.filter(List<SerializedMessage> messages, int[] segmentRange, Position position, Tracker tracker) protected List<SerializedMessage>