|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
| TimestampParameterResolverFactory | ParameterResolverFactory implementation that accepts parameters of a DateTime type that have been annotated
with the Timestamp annotation and assigns the timestamp of the EventMessage. |
| 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. |
| Annotation Types Summary | |
|---|---|
| EventHandler | Annotation to be placed on methods that can handle events. |
| Timestamp | Annotation indication that a parameter on an Event Handler method should be injected with the Timestamp of an Event Message. |
Classes in support of the configuration of Event Handlers using annotations.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||