Uses of Annotation Interface
org.axonframework.messaging.annotation.MessageHandler
Packages that use MessageHandler
Package
Description
Classes that implement the concept of command handling using explicit command objects.
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of MessageHandler in org.axonframework.commandhandling
Classes in org.axonframework.commandhandling with annotations of type MessageHandlerModifier and TypeClassDescription@interfaceMarker annotation to mark any method on an object as being a CommandHandler. -
Uses of MessageHandler in org.axonframework.deadline.annotation
Classes in org.axonframework.deadline.annotation with annotations of type MessageHandlerModifier and TypeClassDescription@interfaceAnnotation used to mark handlers which are capable of handling aDeadlineMessage. -
Uses of MessageHandler in org.axonframework.eventhandling
Classes in org.axonframework.eventhandling with annotations of type MessageHandlerModifier and TypeClassDescription@interfaceAnnotation to be placed on methods that can handle events.@interfaceAnnotation that can be placed on a method that is to be invoked when a reset is being prepared. -
Uses of MessageHandler in org.axonframework.messaging.interceptors
Classes in org.axonframework.messaging.interceptors with annotations of type MessageHandlerModifier and TypeClassDescription@interfaceAnnotation marking an handler method as an interceptor handler. -
Uses of MessageHandler in org.axonframework.queryhandling
Classes in org.axonframework.queryhandling with annotations of type MessageHandlerModifier and TypeClassDescription@interfaceMarker annotation to mark any method on an object as being a QueryHandler.