Package org.axonframework.messaging.eventhandling.processing.streaming.token
package org.axonframework.messaging.eventhandling.processing.streaming.token
-
ClassDescriptionImplementation of a
TrackingTokenthat uses the global insertion sequence number of the event to determine tracking order and additionally stores a set of possible gaps that have been detected while tracking the event store.Tracking token based on the global sequence number of an event.Special Wrapped Token implementation that keeps track of two separate tokens, of which the streams have been merged into a single one.Token keeping track of the position before a reset was triggered.Tag interface identifying a token that is used to identify the position of an event in an event stream.Interface marking a token that wraps another token.