Package | Description |
---|---|
org.axonframework.eventhandling.annotation |
Classes in support of the configuration of Event Handlers using annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceNumberParameterResolverFactory
An extension of the AbstractAnnotatedParameterResolverFactory that accepts parameters of a
Long type
annotated with the SequenceNumber annotation and assigns the sequenceNumber of the DomainEventMessage. |
class |
TimestampParameterResolverFactory
AbstractAnnotatedParameterResolverFactory that accepts parameters with type
DateTime that are annotated
with the Timestamp annotation and assigns the timestamp of the EventMessage. |
Copyright © 2010-2014. All Rights Reserved.