Package | Description |
---|---|
org.axonframework.eventsourcing.annotation | |
org.axonframework.quickstart.annotated |
Class and Description |
---|
AbstractAnnotatedAggregateRoot
Convenience super type for aggregate roots that have their event handler methods annotated with the
EventSourcingHandler annotation (and EventHandler for backwards compatibility). |
AggregateAnnotationInspector
Inspects objects to find aggregate specific annotations, such as
AggregateIdentifier and EventSourcedMember . |
Class and Description |
---|
AbstractAnnotatedAggregateRoot
Convenience super type for aggregate roots that have their event handler methods annotated with the
EventSourcingHandler annotation (and EventHandler for backwards compatibility). |
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-2014. All Rights Reserved.