Interface | Description |
---|---|
CommandPriorityCalculator |
Calculate priority of message based on it content.
|
Class | Description |
---|---|
AxonServerCommandBus |
Axon CommandBus implementation that connects to AxonServer to submit and receive commands.
|
AxonServerRegistration | |
CommandSerializer |
Converter between Axon CommandMessage and AxonServer GRPC message.
|
GrpcBackedCommandMessage<C> |
Wrapper that allows clients to access a GRPC Command as a command message.
|
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–2018. All rights reserved.