See: Description
| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| TransactionMethodExecutionException |
Wrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method.
|
| Annotation Type | Description |
|---|---|
| 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.
|
Copyright © 2010-2014. All Rights Reserved.