Package org.axonframework.eventhandling.annotation

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

See:
          Description

Class Summary
AnnotationEventHandlerInvoker Utility class that supports invocation of specific handler methods for a given event.
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.
AnnotationTransactionManager A transaction manager that delegates calls to the appropriate annotated methods in a bean.
 

Exception Summary
EventHandlerInvocationException EventHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked event handler.
TransactionMethodExecutionException Wrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method.
UnsupportedPolicyException Exception indicating that a given EventSequencingPolicy could not be initialized.
 

Annotation Types Summary
AfterTransaction Annotation that marks a method to be called after a transactional batch of events is being handled.
AsynchronousEventListener

Annotation that marks a class as an Asynchronous EventListener.

BeforeTransaction Annotation that marks a method to be called before a transactional batch of events is handled.
EventHandler Annotation to be placed on methods that can handle events.
TransactionManager Annotation that demarcates a field to use as the transaction manager for an EventListener.
 

Package org.axonframework.eventhandling.annotation Description

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



Copyright © 2011. All Rights Reserved.