Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventsourcing.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
Modifier and Type | Method and Description |
---|---|
GapAwareTrackingToken |
GapAwareTrackingToken.advanceTo(long index,
int maxGapOffset,
boolean allowGaps)
Returns a new
GapAwareTrackingToken instance based on this token but which has advanced to given index . |
GapAwareTrackingToken |
GapAwareTrackingToken.lowerBound(TrackingToken other) |
static GapAwareTrackingToken |
GapAwareTrackingToken.newInstance(long index,
Collection<Long> gaps)
|
Modifier and Type | Method and Description |
---|---|
protected TrackedEventData<?> |
JdbcEventStorageEngine.getTrackedEventData(ResultSet resultSet,
GapAwareTrackingToken previousToken)
Extracts the next tracked event entry from the given
resultSet . |
Copyright © 2010–2018. All rights reserved.