Annotation Interface SequenceNumber


@Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public @interface SequenceNumber
Annotation indicating that a parameter on an Event Handler method should be injected with the SequenceNumber of a DomainEventMessage. The parameter type must be assignable from Long.
Since:
2.1
Author:
Mark Ingram