Uses of Class
org.axonframework.modelling.command.AnnotationCommandTargetResolver.Builder
Packages that use AnnotationCommandTargetResolver.Builder
-
Uses of AnnotationCommandTargetResolver.Builder in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command that return AnnotationCommandTargetResolver.BuilderModifier and TypeMethodDescriptionAnnotationCommandTargetResolver.builder()Instantiate a Builder to be able to create aAnnotationCommandTargetResolver.AnnotationCommandTargetResolver.Builder.targetAggregateIdentifierAnnotation(Class<? extends Annotation> annotation) Sets the annotation, that marks the target aggregate identifier.AnnotationCommandTargetResolver.Builder.targetAggregateVersionAnnotation(Class<? extends Annotation> annotation) Sets the annotation, that marks the target aggregate version.Constructors in org.axonframework.modelling.command with parameters of type AnnotationCommandTargetResolver.BuilderModifierConstructorDescriptionprotectedInstantiate aAnnotationCommandTargetResolverbased on the fields contained in theAnnotationCommandTargetResolver.Builder.