|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAnnotatedParameterResolverFactory | |
---|---|
org.axonframework.eventhandling.annotation | Classes in support of the configuration of Event Handlers using annotations. |
Uses of AbstractAnnotatedParameterResolverFactory in org.axonframework.eventhandling.annotation |
---|
Subclasses of AbstractAnnotatedParameterResolverFactory in org.axonframework.eventhandling.annotation | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |