| Package | Description | 
|---|---|
| org.axonframework.commandhandling.gateway | |
| org.axonframework.config | |
| org.axonframework.spring.config | |
| org.axonframework.springboot.autoconfig | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultCommandGatewayDefault 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  DefaultCommandGatewaythat will use the configuration'sCommandBusto 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–2020. All rights reserved.