| Package | Description | 
|---|---|
| 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  
GlobalSequenceTrackingToken instance with sequence number incremented by 1. | 
GlobalSequenceTrackingToken | 
GlobalSequenceTrackingToken.offsetBy(int offset)
Returns a new  
GlobalSequenceTrackingToken instance that is the sum of this token's sequence number and
 the given offset. | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
GlobalSequenceTrackingToken.compareTo(GlobalSequenceTrackingToken o)  | 
| 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–2018. All rights reserved.