| Interface and Description |
|---|
| org.axonframework.modelling.command.inspection.CommandHandlerInterceptorHandlingMember
in favor of the more generic
MessageInterceptingMember |
| Constructor and Description |
|---|
| org.axonframework.modelling.command.AnnotationCommandTargetResolver()
Please use the
AnnotationCommandTargetResolver.builder(). |
| org.axonframework.modelling.command.VersionedAggregateIdentifier(String, Long)
In favor of
VersionedAggregateIdentifier(Object, Long), since
the identifier can be a non-String. |
| Annotation Type Element and Description |
|---|
| org.axonframework.modelling.command.AggregateIdentifier.routingKey
this field is no longer used to route commands to an aggregate. The aggregate to route a command to
will be resolved with the
TargetAggregateIdentifier annotated field in the CommandMessage's payload itself. |
Copyright © 2010–2022. All rights reserved.