Uses of Interface
org.axonframework.messaging.commandhandling.RoutingStrategy
Packages that use RoutingStrategy
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of RoutingStrategy in org.axonframework.messaging.commandhandling
Classes in org.axonframework.messaging.commandhandling that implement RoutingStrategyModifier and TypeClassDescriptionclassARoutingStrategyimplementation that uses the value in theMetadataof aCommandMessageassigned to a given key.enumSet of simpleRoutingStrategyimplementations. -
Uses of RoutingStrategy in org.axonframework.messaging.commandhandling.annotation
Classes in org.axonframework.messaging.commandhandling.annotation that implement RoutingStrategyModifier and TypeClassDescriptionclassRoutingStrategy that expects anCommand(meta-)annotation on the command message's payload. -
Uses of RoutingStrategy in org.axonframework.messaging.commandhandling.gateway
Constructors in org.axonframework.messaging.commandhandling.gateway with parameters of type RoutingStrategyModifierConstructorDescriptionDefaultCommandGateway(CommandBus commandBus, MessageTypeResolver messageTypeResolver, CommandPriorityCalculator priorityCalculator, RoutingStrategy routingKeyResolver) Initialize theDefaultCommandGatewayto send commands through givencommandBus.