Package org.axonframework.commandhandling.distributed
package org.axonframework.commandhandling.distributed
-
ClassDescriptionAbstract implementation of the
RoutingStrategyinterface that includes a fallbackRoutingStrategywhich prescribes what happens when routing cannot be resolved by this implementation.RoutingStrategy that expects anRoutingKey(meta-)annotation on the command message's payload.Builder class to instantiate aAnnotationRoutingStrategy.Interface describing the component that remotely connects multiple CommandBus instances.Exception thrown when the CommandBusConnector has a communication failureThis class retains a list of callbacks for CommandCallbackConnectors to use.CommandCallbackWrapper<A,C, R> Wrapper for a Command callback.Exception indicating that an error has occurred while trying to dispatch a command to another (potentially remote) segment of the CommandBus.Interface describing a filter that can be applied to commands to describe the type of commands supported by a node in a cluster.Interface describing a mechanism used to find a suitable member of a cluster capable of handling given command message.Component used by command routers to find members capable of handling a given command.Member implementation used by aConsistentHashregistry.Represents a listener that is notified when a ConsistentHash instance of the component it is registered with has changed.Base class for dispatch messages which may be used in theCommandBusConnectorupon dispatching a command to other nodes.Implementation of aCommandBusthat is aware of multiple instances of a CommandBus working together to spread load.Builder class to instantiate aDistributedCommandBus.Member of a cluster of connected command endpoints.RoutingStrategy implementation that uses the value in theMetaDataof aCommandMessageassigned to a given key.Builder class to instantiate aAnnotationRoutingStrategy.Base class for reply messages which may be used in theCommandBusConnectorfor replying on received commands from other nodes.Interface describing a mechanism that generates a routing key for a given command.Exception that is triggered when an error occurs that is related to the registration or deregistration of a member to the distributed command bus service registry.SimpleMember<E>An endpoint in the network for a command handling service.Set of simpleRoutingStrategyimplementations.