Uses of Class
org.axonframework.eventhandling.annotation.AbstractAnnotatedParameterResolverFactory

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.
 



Copyright © 2010-2016. All Rights Reserved.