| Package | Description | 
|---|---|
| org.axonframework.eventhandling | Classes related to event handling and dispatching, such as  Event Listenersand theEvent Bus. | 
| org.axonframework.eventhandling.saga | |
| org.axonframework.eventsourcing | Classes related to event sourcing. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | ResetHandlerAnnotation that can be placed on a method that is to be invoked when a reset is being prepared. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | SagaEventHandlerMethod-level annotation indicating that the annotated method is an event handler method for the saga instance. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | EventSourcingHandlerAnnotation that marks a method in an Aggregate (either the root, or an entity) as a handler for Events generated by
 that aggregate. | 
Copyright © 2010–2018. All rights reserved.