Uses of Class
org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
Packages that use AnnotationRoutingStrategy.Builder
-
Uses of AnnotationRoutingStrategy.Builder in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed that return AnnotationRoutingStrategy.BuilderModifier and TypeMethodDescriptionAnnotationRoutingStrategy.Builder.annotationType(Class<? extends Annotation> annotationType) Sets theannotationTypeClasssearched for by this routing strategy on aCommandMessageto base the routing key on.AnnotationRoutingStrategy.builder()Instantiate a Builder to be able to create aAnnotationRoutingStrategy.AnnotationRoutingStrategy.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 AnnotationRoutingStrategy.BuilderModifierConstructorDescriptionprotectedInstantiate aAnnotationRoutingStrategybased on the fields contained in the givenbuilder.