GlobalSequenceTrackingToken
@Deprecated public class GlobalSequenceTrackingToken extends GlobalSequenceTrackingToken implements Serializable
GlobalSequenceTrackingToken
used to bridge serialized
versions of this descriptor when migrating from Axon 3.x to Axon 4.x.Constructor and Description |
---|
GlobalSequenceTrackingToken(long globalIndex)
Deprecated.
Initializes a
GlobalSequenceTrackingToken from the given globalIndex of the event. |
compareTo, covers, equals, getGlobalIndex, hashCode, lowerBound, next, offsetBy, position, toString, upperBound
@ConstructorProperties(value="globalIndex") public GlobalSequenceTrackingToken(long globalIndex)
GlobalSequenceTrackingToken
from the given globalIndex
of the event.globalIndex
- the global sequence number of the eventCopyright © 2010–2020. All rights reserved.