Package org.axonframework.eventhandling.annotation

Classes in support of the configuration of Event Handlers using annotations.

See:
          Description

Class Summary
AbstractAnnotatedParameterResolverFactory<A,P> ParameterResolverFactory that will supply a parameter resolver when a matching parameter annotation is paired with a suitable type of parameter.
AnnotationEventListenerAdapter Adapter that turns any bean with EventHandler annotated methods into an EventListener.
AnnotationEventListenerBeanPostProcessor Spring Bean post processor that automatically generates an adapter for each bean containing EventHandler annotated methods.
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.
TimestampParameterResolverFactory AbstractAnnotatedParameterResolverFactory that accepts parameters with type DateTime that are annotated with the Timestamp annotation and assigns the timestamp of the EventMessage.
 

Exception Summary
TransactionMethodExecutionException Wrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method.
 

Annotation Types Summary
EventHandler Annotation to be placed on methods that can handle events.
SequenceNumber Annotation indication that a parameter on an Event Handler method should be injected with the SequenceNumber of a DomainEventMessage.
Timestamp Annotation indication that a parameter on an Event Handler method should be injected with the Timestamp of an Event Message.
 

Package org.axonframework.eventhandling.annotation Description

Classes in support of the configuration of Event Handlers using annotations.



Copyright © 2010-2016. All Rights Reserved.