Package | Description |
---|---|
org.axonframework.boot.autoconfig | |
org.axonframework.commandhandling.gateway | |
org.axonframework.config | |
org.axonframework.spring.config |
Modifier and Type | Method and Description |
---|---|
CommandGateway |
AxonAutoConfiguration.commandGateway(CommandBus commandBus) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommandGateway
Default implementation of the CommandGateway interface.
|
Modifier and Type | Method and Description |
---|---|
default CommandGateway |
Configuration.commandGateway()
Returns the Command Gateway defined in this Configuration.
|
protected CommandGateway |
DefaultConfigurer.defaultCommandGateway(Configuration config)
Returns a
DefaultCommandGateway that will use the configuration's CommandBus to dispatch
commands. |
Modifier and Type | Method and Description |
---|---|
CommandGateway |
AxonConfiguration.commandGateway(CommandBus commandBus)
Returns the CommandGateway used to send commands to command handlers.
|
Copyright © 2010–2017. All rights reserved.