Package | Description |
---|---|
org.axonframework.boot.autoconfig | |
org.axonframework.springcloud.commandhandling |
Class and Description |
---|
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 |
Class and 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
DiscoveryClient s to propagate its CommandMessage Routing
Information, and to discover other Axon nodes and retrieve their Message Routing Information. |
SpringHttpDispatchMessage
Spring Http message that contains a CommandMessage that needs to be dispatched on a remote command bus segment.
|
Copyright © 2010–2018. All rights reserved.