Annotation Interface AggregateType


@Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public @interface AggregateType
Annotation indication that a parameter on a Message Handler method should be injected with the aggregate type of a org.axonframework.eventhandling.DomainEventMessage. The parameter type must be assignable from String.
Since:
4.7.0
Author:
Frank Scheffler