Uses of Interface
org.axonframework.messaging.eventhandling.EventHandlerRegistry
Packages that use EventHandlerRegistry
Package
Description
Classes related to event handling and dispatching, such as
and the
invalid reference
Event Listeners
Event Bus.-
Uses of EventHandlerRegistry in org.axonframework.messaging.eventhandling
Classes in org.axonframework.messaging.eventhandling with type parameters of type EventHandlerRegistryModifier and TypeInterfaceDescriptioninterfaceEventHandlerRegistry<S extends EventHandlerRegistry<S>>Interface describing a registry ofevent handlers.Classes in org.axonframework.messaging.eventhandling that implement EventHandlerRegistryModifier and TypeClassDescriptionclassSimple implementation of theEventHandlingComponent, containing a collection ofEventHandlersto invoke onSimpleEventHandlingComponent.handle(EventMessage, ProcessingContext).