Package | Description |
---|---|
org.axonframework.commandhandling.gateway | |
org.axonframework.config | |
org.axonframework.spring.config | |
org.axonframework.springboot.autoconfig |
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.
|
Modifier and Type | Method and Description |
---|---|
CommandGateway |
AxonAutoConfiguration.commandGateway(CommandBus commandBus) |
Copyright © 2010–2018. All rights reserved.