Uses of Annotation Interface
org.axonframework.messaging.eventhandling.annotation.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in org.axonframework.eventsourcing.annotation
Classes in org.axonframework.eventsourcing.annotation 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. - a State model needed forCommandHandleras a handler for Events sourced in order to handle givenCommandMessage.