Package | Description |
---|---|
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.modelling.saga |
Modifier and Type | Class and Description |
---|---|
interface |
ResetHandler
Annotation 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 |
EventSourcingHandler
Annotation that marks a method in an Aggregate (either the root, or an entity) as a handler for Events generated by
that aggregate.
|
Modifier and Type | Class and Description |
---|---|
interface |
SagaEventHandler
Method-level annotation indicating that the annotated method is an event handler method for the saga instance.
|
Copyright © 2010–2018. All rights reserved.