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 |
---|---|
TrackerStatus |
TrackerStatus.advancedTo(TrackingToken trackingToken)
|
TrackerStatus |
TrackerStatus.caughtUp()
Returns this
TrackerStatus if it is caught up, otherwise return a new instance with the caught up flag
set to true. |
TrackerStatus |
TrackerStatus.markError(Throwable error)
|
TrackerStatus[] |
TrackerStatus.split()
Splits the current status object to reflect the status of their underlying segments being split.
|
static TrackerStatus[] |
TrackerStatus.split(Segment segment,
TrackingToken trackingToken)
Split the given
segment and trackingToken in two. |
TrackerStatus |
TrackerStatus.unmarkError()
Return a new
TrackerStatus based on this status, removing the errorState . |
Copyright © 2010–2023. All rights reserved.