Package | Description |
---|---|
org.axonframework.modelling.command |
Modifier and Type | Method and Description |
---|---|
static AnnotationCommandTargetResolver.Builder |
AnnotationCommandTargetResolver.builder()
Instantiate a Builder to be able to create a
AnnotationCommandTargetResolver . |
AnnotationCommandTargetResolver.Builder |
AnnotationCommandTargetResolver.Builder.targetAggregateIdentifierAnnotation(Class<? extends Annotation> annotation)
Sets the annotation, that marks the target aggregate identifier.
|
AnnotationCommandTargetResolver.Builder |
AnnotationCommandTargetResolver.Builder.targetAggregateVersionAnnotation(Class<? extends Annotation> annotation)
Sets the annotation, that marks the target aggregate version.
|
Constructor and Description |
---|
AnnotationCommandTargetResolver(AnnotationCommandTargetResolver.Builder builder)
Instantiate a
AnnotationCommandTargetResolver based on the fields contained in the AnnotationCommandTargetResolver.Builder . |
Copyright © 2010–2020. All rights reserved.