| Package | Description |
|---|---|
| org.axonframework.spring.config |
| Modifier and Type | Method and Description |
|---|---|
org.axonframework.commandhandling.gateway.CommandGateway |
AxonConfiguration.commandGateway(org.axonframework.commandhandling.CommandBus commandBus)
Returns the CommandGateway used to send commands to command handlers.
|
org.axonframework.commandhandling.CommandBus |
AxonConfiguration.defaultCommandBus() |
org.axonframework.eventhandling.EventBus |
AxonConfiguration.defaultEventBus() |
org.axonframework.queryhandling.QueryBus |
AxonConfiguration.defaultQueryBus() |
org.axonframework.queryhandling.QueryUpdateEmitter |
AxonConfiguration.defaultQueryUpdateEmitter() |
org.axonframework.queryhandling.QueryGateway |
AxonConfiguration.queryGateway(org.axonframework.queryhandling.QueryBus queryBus) |
Copyright © 2010–2019. All rights reserved.