| Package | Description | 
|---|---|
| org.axonframework.eventhandling | 
 Classes related to event handling and dispatching, such as  
Event Listeners and the Event Bus. | 
| org.axonframework.eventhandling.saga | |
| org.axonframework.test.saga | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
EventListenerProxy
Specialist interface for implementations of an event listener that redirect actual processing to another instance. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AnnotationEventListenerAdapter
Adapter that turns any bean with  
EventHandler annotated methods into an EventListener. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ThrowingListenerErrorHandler.onError(Exception exception,
       EventMessage<?> event,
       EventListener eventListener)
Deprecated.  
  | 
void | 
PropagatingErrorHandler.onError(Exception exception,
       EventMessage<?> event,
       EventListener eventListener)  | 
void | 
LoggingErrorHandler.onError(Exception exception,
       EventMessage<?> event,
       EventListener eventListener)  | 
void | 
ListenerInvocationErrorHandler.onError(Exception exception,
       EventMessage<?> event,
       EventListener eventListener)
Invoked after given  
eventListener failed to handle given event. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Saga<T>
Interface describing an implementation of a Saga. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AnnotatedSaga<T>
Implementation of the  
interface that allows for a POJO instance with annotated message handlers to act
 as a Saga. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EventValidator
Helper class for validating events published on a given EventBus. 
 | 
Copyright © 2010–2018. All rights reserved.