Uses of Class
org.axonframework.messaging.eventhandling.processing.streaming.token.GapAwareTrackingToken
Packages that use GapAwareTrackingToken
-
Uses of GapAwareTrackingToken in org.axonframework.messaging.eventhandling.processing.streaming.token
Methods in org.axonframework.messaging.eventhandling.processing.streaming.token that return GapAwareTrackingTokenModifier and TypeMethodDescriptionGapAwareTrackingToken.advanceTo(long index, int maxGapOffset) Returns a newGapAwareTrackingTokeninstance based on this token but which has advanced to givenindex.GapAwareTrackingToken.lowerBound(TrackingToken other) static GapAwareTrackingTokenGapAwareTrackingToken.newInstance(long index, Collection<Long> gaps) GapAwareTrackingToken.withGapsTruncatedAt(long truncationPoint) Returns a copy of the current token, with gaps truncated at the giventruncationPoint.