Uses of Package
org.axonframework.commandhandling.distributed
Packages that use org.axonframework.commandhandling.distributed
Package
Description
-
Classes in org.axonframework.commandhandling.distributed used by org.axonframework.axonserver.connector.commandClassDescriptionException indicating that an error has occurred while trying to dispatch a command to another (potentially remote) segment of the CommandBus.Interface describing a mechanism that generates a routing key for a given command.
-
Classes in org.axonframework.commandhandling.distributed used by org.axonframework.commandhandling.distributedClassDescriptionAbstract 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.Wrapper for a Command callback.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.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.Interface describing a mechanism that generates a routing key for a given command.An endpoint in the network for a command handling service.Set of simpleRoutingStrategyimplementations. -
Classes in org.axonframework.commandhandling.distributed used by org.axonframework.commandhandling.distributed.commandfilterClassDescriptionInterface describing a filter that can be applied to commands to describe the type of commands supported by a node in a cluster.
-
Classes in org.axonframework.commandhandling.distributed used by org.axonframework.springboot.autoconfigClassDescriptionInterface describing a mechanism that generates a routing key for a given command.