Uses of Interface
org.axonframework.messaging.commandhandling.CommandPriorityCalculator
Packages that use CommandPriorityCalculator
Package
Description
Classes that implement the concept of command handling using explicit command objects.
-
Uses of CommandPriorityCalculator in org.axonframework.messaging.commandhandling
Methods in org.axonframework.messaging.commandhandling that return CommandPriorityCalculatorModifier and TypeMethodDescriptionstatic CommandPriorityCalculatorCommandPriorityCalculator.defaultCalculator()Returns a default implementation of theCommandPriorityCalculator, always returning priority0. -
Uses of CommandPriorityCalculator in org.axonframework.messaging.commandhandling.gateway
Constructors in org.axonframework.messaging.commandhandling.gateway with parameters of type CommandPriorityCalculatorModifierConstructorDescriptionDefaultCommandGateway(CommandBus commandBus, MessageTypeResolver messageTypeResolver, CommandPriorityCalculator priorityCalculator, RoutingStrategy routingKeyResolver) Initialize theDefaultCommandGatewayto send commands through givencommandBus.