Interface | Description |
---|---|
CommandLoadFactorProvider |
Provides the load factor value of the client for the specific command.
|
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. |
AxonServerCommandBus.Builder |
Builder class to instantiate an
AxonServerCommandBus . |
AxonServerRegistration |
Wrapper around standard Axon Framework
Registration . |
CommandSerializer |
Converter between Axon Framework
CommandMessage s 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–2022. All rights reserved.