org.axonframework.eventhandling.annotation
Annotation Type SequenceNumber


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface SequenceNumber

Annotation indication 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



Copyright © 2010-2016. All Rights Reserved.