Package | Description |
---|---|
org.axonframework.eventhandling.saga | |
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
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.
|
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.
|
Copyright © 2010–2017. All rights reserved.