Uses of Class
org.axonframework.eventhandling.AnnotationEventHandlerAdapter
Packages that use AnnotationEventHandlerAdapter
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of AnnotationEventHandlerAdapter in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling that return AnnotationEventHandlerAdapterModifier and TypeMethodDescriptionSimpleEventHandlerInvoker.Builder.wrapEventMessageHandler(Object eventHandler) Wrap a giveneventHandlerin anAnnotationEventHandlerAdapterto allow thisEventHandlerInvokerto correctly passEventMessages to it.