Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event 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
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 | Class and Description |
---|---|
class |
GlobalSequenceTrackingToken
Deprecated.
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–2022. All rights reserved.