Class GapAwareTrackingToken
java.lang.Object
org.axonframework.eventhandling.GapAwareTrackingToken
org.axonframework.eventsourcing.eventstore.GapAwareTrackingToken
- All Implemented Interfaces:
Serializable,TrackingToken
@Deprecated
public class GapAwareTrackingToken
extends GapAwareTrackingToken
implements Serializable
Deprecated.
Implementation of the
GapAwareTrackingToken used to bridge serialized
versions of this descriptor when migrating from Axon 3.x to Axon 4.x.- Since:
- 4.0.1
- Author:
- Steven van Beelen
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.axonframework.eventhandling.GapAwareTrackingToken
advanceTo, covers, createSortedSetOf, equals, getGaps, getIndex, hasGaps, hashCode, lowerBound, newInstance, position, samePositionAs, toString, upperBound, withGapsTruncatedAt
-
Constructor Details
-
GapAwareTrackingToken
@ConstructorProperties({"index","gaps"}) public GapAwareTrackingToken(long index, Collection<Long> gaps) Deprecated.
-
GapAwareTrackingToken