Uses of Annotation Interface
org.axonframework.eventhandling.EventHandler
Packages that use EventHandler
Package
Description
Classes related to event sourcing.
-
Uses of EventHandler in org.axonframework.eventsourcing
Classes in org.axonframework.eventsourcing with annotations of type EventHandlerModifier and TypeClassDescription@interfaceAnnotation that marks a method in an Aggregate (either the root, or an entity) as a handler for Events generated by that aggregate. -
Uses of EventHandler in org.axonframework.modelling.saga
Classes in org.axonframework.modelling.saga with annotations of type EventHandlerModifier and TypeClassDescription@interfaceMethod-level annotation indicating that the annotated method is an event handler method for the saga instance.