Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
Modifier and Type | Method and Description |
---|---|
static AsynchronousCommandBus.Builder |
AsynchronousCommandBus.builder()
Instantiate a Builder to be able to create a
AsynchronousCommandBus . |
AsynchronousCommandBus.Builder |
AsynchronousCommandBus.Builder.executor(Executor executor)
Sets the
Executor which processes the Command dispatching threads. |
AsynchronousCommandBus.Builder |
AsynchronousCommandBus.Builder.messageMonitor(MessageMonitor<? super CommandMessage<?>> messageMonitor) |
AsynchronousCommandBus.Builder |
AsynchronousCommandBus.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) |
AsynchronousCommandBus.Builder |
AsynchronousCommandBus.Builder.transactionManager(TransactionManager transactionManager) |
Constructor and Description |
---|
AsynchronousCommandBus(AsynchronousCommandBus.Builder builder)
Instantiate a
AsynchronousCommandBus based on the fields contained in the AsynchronousCommandBus.Builder . |
Copyright © 2010–2019. All rights reserved.