Class AnnotationRoutingStrategy.Builder

java.lang.Object
org.axonframework.commandhandling.distributed.AnnotationRoutingStrategy.Builder
Enclosing class:
AnnotationRoutingStrategy

public static class AnnotationRoutingStrategy.Builder extends Object
Builder class to instantiate a AnnotationRoutingStrategy.

The annotationType is defaulted to RoutingKey and the fallbackRoutingStrategy to UnresolvedRoutingKeyPolicy.RANDOM_KEY.