| Package | Description |
|---|---|
| org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
| org.axonframework.common.transaction | |
| org.axonframework.deadline | |
| org.axonframework.deadline.quartz | |
| 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.scheduling.java | |
| org.axonframework.eventhandling.scheduling.quartz | |
| org.axonframework.messaging.interceptors | |
| org.axonframework.messaging.unitofwork | |
| org.axonframework.queryhandling |
| Modifier and Type | Method and Description |
|---|---|
SimpleCommandBus.Builder |
SimpleCommandBus.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used to manage transactions. |
AsynchronousCommandBus.Builder |
AsynchronousCommandBus.Builder.transactionManager(TransactionManager transactionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoTransactionManager
TransactionManager implementation that does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionManager |
NoTransactionManager.instance()
Returns the singleton instance of this TransactionManager
|
| Modifier and Type | Method and Description |
|---|---|
SimpleDeadlineManager.Builder |
SimpleDeadlineManager.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used to build transactions and ties them to deadline. |
| Modifier and Type | Method and Description |
|---|---|
QuartzDeadlineManager.Builder |
QuartzDeadlineManager.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used to build transactions and ties them to deadline. |
| Modifier and Type | Method and Description |
|---|---|
TrackingEventProcessor.Builder |
TrackingEventProcessor.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used when processing EventMessages. |
SubscribingEventProcessor.Builder |
SubscribingEventProcessor.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used when processing EventMessages. |
| Modifier and Type | Method and Description |
|---|---|
PooledStreamingEventProcessor.Builder |
PooledStreamingEventProcessor.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used when processing EventMessages. |
| Modifier and Type | Method and Description |
|---|---|
SimpleEventScheduler.Builder |
SimpleEventScheduler.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used to build transactions and ties them on event publication. |
| Modifier and Type | Method and Description |
|---|---|
QuartzEventScheduler.Builder |
QuartzEventScheduler.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used to build transactions and ties them on event publication. |
| Constructor and Description |
|---|
TransactionManagingInterceptor(TransactionManager transactionManager)
Initializes a
TransactionManagingInterceptor that uses the given transactionManager. |
| Modifier and Type | Method and Description |
|---|---|
default void |
UnitOfWork.attachTransaction(TransactionManager transactionManager)
Attach a transaction to this Unit of Work, using the given
transactionManager. |
| Modifier and Type | Method and Description |
|---|---|
SimpleQueryBus.Builder |
SimpleQueryBus.Builder.transactionManager(TransactionManager transactionManager)
Sets the
TransactionManager used to manage the query handling transactions. |
Copyright © 2010–2022. All rights reserved.