| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| 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) |
Copyright © 2010–2022. All rights reserved.