Uses of Interface
org.axonframework.commandhandling.distributed.RoutingStrategy
Packages that use RoutingStrategy
Package
Description
-
Uses of RoutingStrategy in org.axonframework.axonserver.connector.command
Methods in org.axonframework.axonserver.connector.command with parameters of type RoutingStrategyModifier and TypeMethodDescriptionAxonServerCommandBus.Builder.routingStrategy(RoutingStrategy routingStrategy) Sets theRoutingStrategyused to correctly configure connections between Axon clients and Axon Server. -
Uses of RoutingStrategy in org.axonframework.commandhandling.distributed
Classes in org.axonframework.commandhandling.distributed that implement RoutingStrategyModifier and TypeClassDescriptionclassAbstract implementation of theRoutingStrategyinterface that includes a fallbackRoutingStrategywhich prescribes what happens when routing cannot be resolved by this implementation.classRoutingStrategy that expects anRoutingKey(meta-)annotation on the command message's payload.classRoutingStrategy implementation that uses the value in theMetaDataof aCommandMessageassigned to a given key.enumSet of simpleRoutingStrategyimplementations.Methods in org.axonframework.commandhandling.distributed with parameters of type RoutingStrategyModifier and TypeMethodDescriptionAnnotationRoutingStrategy.Builder.fallbackRoutingStrategy(RoutingStrategy fallbackRoutingStrategy) Sets the fallbackRoutingStrategyto use when the intended routing key resolution was unsuccessful.MetaDataRoutingStrategy.Builder.fallbackRoutingStrategy(RoutingStrategy fallbackRoutingStrategy) Sets the fallbackRoutingStrategyto use when the intended routing key resolution was unsuccessful.Constructors in org.axonframework.commandhandling.distributed with parameters of type RoutingStrategyModifierConstructorDescriptionprotectedAbstractRoutingStrategy(RoutingStrategy fallbackRoutingStrategy) Initializes the strategy using givenRoutingStrategyprescribing the fallback approach when this implementation cannot resolve a routing key. -
Uses of RoutingStrategy in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return RoutingStrategyMethods in org.axonframework.springboot.autoconfig with parameters of type RoutingStrategyModifier and TypeMethodDescriptionAxonServerBusAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager, AxonServerConfiguration axonServerConfiguration, CommandBus localSegment, Serializer messageSerializer, RoutingStrategy routingStrategy, CommandPriorityCalculator priorityCalculator, CommandLoadFactorProvider loadFactorProvider, TargetContextResolver<? super CommandMessage<?>> targetContextResolver, CommandBusSpanFactory spanFactory)