Package | Description |
---|---|
org.axonframework.commandhandling |
Classes that implement the concept of command handling using explicit command objects.
|
org.axonframework.springboot.autoconfig |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousCommandBus
Specialization of the SimpleCommandBus that processed Commands asynchronously from the calling thread.
|
Modifier and Type | Method and Description |
---|---|
SimpleCommandBus |
SimpleCommandBus.Builder.build()
Initializes a
SimpleCommandBus as specified through this Builder. |
Modifier and Type | Method and Description |
---|---|
SimpleCommandBus |
AxonAutoConfiguration.commandBus(TransactionManager txManager,
AxonConfiguration axonConfiguration) |
Copyright © 2010–2019. All rights reserved.