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