Package org.axonframework.commandhandling.distributed.jgroups

Interface Summary
HashChangeListener Receive updates from the JGroupsConnector when the consistent hash changes.
 

Class Summary
DispatchMessage JGroups message that contains a CommandMessage that needs to be dispatched on a remote command bus segment.
JGroupsConnector A CommandBusConnector that uses JGroups to discover and connect to other JGroupsConnectors in the network.
JGroupsConnectorFactoryBean Spring Factory bean that creates a JGroupsConnector and starts it when the application context is started.
JoinMessage This message represents a notification of a Member joining the DistributedCommandBus with a given loadFactor.
ReplyMessage JGroups Message representing a reply to a dispatched command.
 

Exception Summary
CommandResponseProcessingFailedException Exception indicating that a failure occurred during processing of a command response.
ConnectionFailedException Exception indicating that a CommandBusConnector failed to connect to other instances.
MembershipUpdateFailedException Exception indicating that a node has failed to update its membership details with the other nodes.
 



Copyright © 2010-2016. All Rights Reserved.