Uses of Interface
org.axonframework.axonserver.connector.command.CommandPriorityCalculator
Packages that use CommandPriorityCalculator
Package
Description
-
Uses of CommandPriorityCalculator in org.axonframework.axonserver.connector.command
Methods in org.axonframework.axonserver.connector.command that return CommandPriorityCalculatorModifier and TypeMethodDescriptionstatic CommandPriorityCalculatorCommandPriorityCalculator.defaultCommandPriorityCalculator()Returns a default implementation of theCommandPriorityCalculator, always returning priority0.Methods in org.axonframework.axonserver.connector.command with parameters of type CommandPriorityCalculatorModifier and TypeMethodDescriptionAxonServerCommandBus.Builder.priorityCalculator(CommandPriorityCalculator priorityCalculator) Sets theCommandPriorityCalculatorused to deduce the priority of an incoming command among other commands, to give precedence over high(er) valued queries for example. -
Uses of CommandPriorityCalculator in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return CommandPriorityCalculatorMethods in org.axonframework.springboot.autoconfig with parameters of type CommandPriorityCalculatorModifier and TypeMethodDescriptionAxonServerBusAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager, AxonServerConfiguration axonServerConfiguration, CommandBus localSegment, Serializer messageSerializer, RoutingStrategy routingStrategy, CommandPriorityCalculator priorityCalculator, CommandLoadFactorProvider loadFactorProvider, TargetContextResolver<? super CommandMessage<?>> targetContextResolver, CommandBusSpanFactory spanFactory)