Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
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.