| Package | Description |
|---|---|
| org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus. |
| org.axonframework.eventhandling.pooled | |
| org.axonframework.eventhandling.tokenstore.inmemory | |
| org.axonframework.eventhandling.tokenstore.jdbc | |
| org.axonframework.eventhandling.tokenstore.legacyjpa |
| Modifier and Type | Method and Description |
|---|---|
TrackingEventProcessor.Builder |
TrackingEventProcessor.Builder.tokenStore(TokenStore tokenStore)
Sets the
TokenStore used to store and fetch event tokens that enable this EventProcessor to
track its progress. |
| Modifier and Type | Method and Description |
|---|---|
PooledStreamingEventProcessor.Builder |
PooledStreamingEventProcessor.Builder.tokenStore(TokenStore tokenStore)
Sets the
TokenStore used to store and fetch event tokens that enable this EventProcessor to
track its progress. |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryTokenStore
Implementation of a
TokenStore that stores tracking tokens in memory. |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcTokenStore
A
TokenStore implementation that uses JDBC to save and load TrackingToken instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaTokenStore
Deprecated.
in favor of using
JpaTokenStore which moved to
jakarta. |
Copyright © 2010–2025. All rights reserved.