| Interface | Description |
|---|---|
| CommandPriorityCalculator |
Calculate the priority of
CommandMessage based on its content. |
| Class | Description |
|---|---|
| AxonServerCommandBus |
Axon
CommandBus implementation that connects to Axon Server to submit and receive commands and command
responses. |
| AxonServerRegistration |
Wrapper around standard Axon Framework
Registration. |
| CommandSerializer |
Converter between Axon Framework
CommandMessages and Axon Server gRPC Command messages. |
| GrpcBackedCommandMessage<C> |
Wrapper that allows clients to access a gRPC
Command as a CommandMessage. |
| Exception | Description |
|---|---|
| AxonServerCommandDispatchException |
Exception thrown if there is a problem dispatching a command on Axon Server.
|
| AxonServerRemoteCommandHandlingException |
Exception indicating a problem that was reported by the remote end of a connection.
|
Copyright © 2010–2019. All rights reserved.