| Class | Description |
|---|---|
| MessageRoutingInformation |
Object containing the message routing information required by the
CommandRouter to decide to whom an incoming
CommandMessage should be routed. |
| SpringCloudCommandRouter |
A
CommandRouter implementation which uses Spring Cloud's
DiscoveryClients to propagate its CommandMessage Routing
Information, and to discover other Axon nodes and retrieve their Message Routing Information. |
| SpringCloudHttpBackupCommandRouter |
Implementation of the
SpringCloudCommandRouter which has a
backup mechanism to provide Message Routing Information for other nodes and to retrieve Message Routing Information
from other Axon nodes. |
| SpringHttpCommandBusConnector | |
| SpringHttpDispatchMessage<C> |
Spring Http message that contains a CommandMessage that needs to be dispatched on a remote command bus segment.
|
| SpringHttpReplyMessage<R> |
Spring Http Message representing a reply to a dispatched command.
|
Copyright © 2010–2017. All rights reserved.