Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.commandhandling.distributed Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
AbstractRoutingStrategyAbstract implementation of the RoutingStrategy interface that uses a policy to prescribe what happens when a routing cannot be resolved.Classorg.axonframework.commandhandling.distributedAxon
AnnotationRoutingStrategyRoutingStrategy that expects an TargetAggregateIdentifier annotation on the command message's payload.Classorg.axonframework.commandhandling.distributedAxon
CommandBusConnectorInterface describing the component that remotely connects multiple CommandBus instances.Interfaceorg.axonframework.commandhandling.distributedAxon
CommandDispatchExceptionException indicating that an error has occurred while trying to dispatch a command to another (potentially remote) segment of the CommandBus.Classorg.axonframework.commandhandling.distributedAxon
CommandResponseProcessingFailedExceptionException indicating that a failure occurred during processing of a command response.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
ConnectionFailedExceptionException indicating that a CommandBusConnector failed to connect to other instances.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
ConsistentHashBasic implementation of a Consistent Hashing algorithm, using the MD5 algorithm to build the hash values for given keys and node names.Classorg.axonframework.commandhandling.distributedAxon
ConsistentHash .MemberRepresents a member in a consistently hashed cluster.Classorg.axonframework.commandhandling.distributed.ConsistentHashAxon
DispatchMessageJGroups message that contains a CommandMessage that needs to be dispatched on a remote command bus segment.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
DistributedCommandBus spread load.Classorg.axonframework.commandhandling.distributedAxon
HashChangeListenerReceive updates from the JGroupsConnector when the consistent hash changes.Interfaceorg.axonframework.commandhandling.distributed.jgroupsAxon
JGroupsConnectorA CommandBusConnector that uses JGroups to discover and connect to other JGroupsConnectors in the network.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
JGroupsConnectorFactoryBeanSpring Factory bean that creates a JGroupsConnector and starts it when the application context is started.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
JoinMessageThis message represents a notification of a Member joining the DistributedCommandBus with a given loadFactor.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
MemberAwareCommandCallbackCallback implementation which wraps another callback, and is aware of the JGroups node responsible for providing the value to invoke the wrapped callback with.Classorg.axonframework.commandhandling.distributed.jgroups.support.callbacksAxon
MembershipUpdateFailedExceptionException indicating that a node has failed to update its membership details with the other nodes.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
MetaDataRoutingStrategyRoutingStrategy implementation that uses the value in the MetaData of a CommandMessage assigned to a given key.Classorg.axonframework.commandhandling.distributedAxon
RemoteCommandHandlingExceptionException indicating that an error has occurred while remotely handling a command.Classorg.axonframework.commandhandling.distributedAxon
ReplyingCallbackCallback implementation that forwards the callback invocation as a reply to an incoming message.Classorg.axonframework.commandhandling.distributed.jgroups.support.callbacksAxon
ReplyMessageJGroups Message representing a reply to a dispatched command.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
RoutingStrategyInterface describing a mechanism that generates a routing key for a given command.Interfaceorg.axonframework.commandhandling.distributedAxon
UnresolvedRoutingKeyPolicyenum UnresolvedRoutingKeyPolicyextends EnumSince:2.Classorg.axonframework.commandhandling.distributedAxon