| Class | Description |
|---|---|
| MessageRoutingInformation | Deprecated
in favor of
MemberCapabilities |
| SpringCloudCommandRouter |
A
CommandRouter implementation which uses Spring Cloud's DiscoveryClients to propagate its Command
Message Routing Information, and to discover other Axon nodes and retrieve their Message Routing Information. |
| SpringCloudCommandRouter.Builder |
Builder class to instantiate a
SpringCloudCommandRouter. |
| SpringCloudHttpBackupCommandRouter | Deprecated
in favor of using the regular
SpringCloudCommandRouter with the RestCapabilityDiscoveryMode |
| SpringCloudHttpBackupCommandRouter.Builder |
Builder class to instantiate a
SpringCloudHttpBackupCommandRouter. |
| SpringHttpCommandBusConnector |
A
CommandBusConnector implementation based on Spring Rest characteristics. |
| SpringHttpCommandBusConnector.Builder |
Builder class to instantiate a
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–2023. All rights reserved.