| 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.jpa |
| 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
Implementation of a token store that uses JPA to save and load tokens.
|
Copyright © 2010–2022. All rights reserved.