Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.eventsourcing.annotation Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
AbstractAnnotatedAggregateRootConvenience super type for aggregate roots that have their event handler methods annotated with the EventSourcingHandler annotation (and EventHandler for backwards compatibility).Classorg.axonframework.eventsourcing.annotationAxon
AbstractAnnotatedEntityConvenience super type for entities (other than aggregate roots) that have their event handler methods annotated with the EventHandler annotation.Classorg.axonframework.eventsourcing.annotationAxon
AggregateAnnotationInspectorInspects objects to find aggregate specific annotations, such as AggregateIdentifier and EventSourcedMember.Classorg.axonframework.eventsourcing.annotationAxon
AggregateIdentifierClassorg.axonframework.eventsourcing.annotationAxon
EventSourcedMemberField-level annotation that indicates the objects referred to in the field are a child of the current entity.Classorg.axonframework.eventsourcing.annotationAxon
EventSourcingHandlerAnnotation that marks a method in an Aggregate (either the root, or an entity) as a handler for Events generated by that aggregate.Classorg.axonframework.eventsourcing.annotationAxon