| Package | Description | 
|---|---|
| org.axonframework.eventhandling | Classes related to event handling and dispatching, such as  Event Listenersand theEvent Bus. | 
| org.axonframework.eventsourcing.eventstore | Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
 them. | 
| org.axonframework.eventsourcing.eventstore.inmemory | 
| Modifier and Type | Method and Description | 
|---|---|
| GlobalSequenceTrackingToken | GlobalSequenceTrackingToken. next()Returns a new  GlobalSequenceTrackingTokeninstance with sequence number incremented by 1. | 
| GlobalSequenceTrackingToken | GlobalSequenceTrackingToken. offsetBy(int offset)Returns a new  GlobalSequenceTrackingTokeninstance that is the sum of this token's sequence number and
 the givenoffset. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | GlobalSequenceTrackingToken. compareTo(GlobalSequenceTrackingToken o) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GlobalSequenceTrackingTokenDeprecated. 
 in favor of the  GlobalSequenceTrackingToken | 
| Modifier and Type | Method and Description | 
|---|---|
| protected GlobalSequenceTrackingToken | InMemoryEventStorageEngine. nextTrackingToken()Returns the tracking token to use for the next event to be stored. | 
Copyright © 2010–2025. All rights reserved.