Uses of Class
org.axonframework.commandhandling.distributed.MetaDataRoutingStrategy.Builder
Packages that use MetaDataRoutingStrategy.Builder
-
Uses of MetaDataRoutingStrategy.Builder in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed that return MetaDataRoutingStrategy.BuilderModifier and TypeMethodDescriptionMetaDataRoutingStrategy.builder()Instantiate a Builder to be able to create aMetaDataRoutingStrategy.MetaDataRoutingStrategy.Builder.fallbackRoutingStrategy(RoutingStrategy fallbackRoutingStrategy) Sets the fallbackRoutingStrategyto use when the intended routing key resolution was unsuccessful.MetaDataRoutingStrategy.Builder.metaDataKey(String metaDataKey) Sets themetaDataKeysearched for by this routing strategy on aCommandMessage'sMetaDatato base the routing key on.Constructors in org.axonframework.commandhandling.distributed with parameters of type MetaDataRoutingStrategy.BuilderModifierConstructorDescriptionprotectedInstantiate aMetaDataRoutingStrategybased on the fields contained in the givebuilder.