| 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.jdbc | 
 JDBC Implementation of the EventStore. 
 | 
| org.axonframework.eventsourcing.eventstore.jpa | 
 JPA Implementation of the EventStore. 
 | 
| org.axonframework.eventsourcing.eventstore.legacyjpa | 
| Modifier and Type | Method and Description | 
|---|---|
GapAwareTrackingToken | 
GapAwareTrackingToken.advanceTo(long index,
         int maxGapOffset)
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)
 | 
GapAwareTrackingToken | 
GapAwareTrackingToken.withGapsTruncatedAt(long truncationPoint)
Returns a copy of the current token, with gaps truncated at the given  
truncationPoint. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GapAwareTrackingToken
Deprecated. 
 
in favor of the  
GapAwareTrackingToken | 
| Modifier and Type | Method and Description | 
|---|---|
protected TrackedEventData<?> | 
JdbcEventStorageEngine.getTrackedEventData(ResultSet resultSet,
                   GapAwareTrackingToken previousToken)
Extracts the next tracked event entry from the given  
resultSet. | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<Object[]> | 
JpaEventStorageEngine.fetchEvents(GapAwareTrackingToken token)
Returns a batch of event data as object entries in the event storage with a
 greater than the given  
token. | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<Object[]> | 
JpaEventStorageEngine.fetchEvents(GapAwareTrackingToken token)
Deprecated.  
Returns a batch of event data as object entries in the event storage with a greater than the given  
token. | 
Copyright © 2010–2025. All rights reserved.