Uses of Annotation Interface
org.axonframework.messaging.core.annotation.MessageHandler
Packages that use MessageHandler
Package
Description
-
Uses of MessageHandler in org.axonframework.messaging.commandhandling.annotation
Classes in org.axonframework.messaging.commandhandling.annotation with annotations of type MessageHandlerModifier and TypeClassDescription@interfaceAnnotation to be placed on methods that can handlecommands, thus making themCommandHandlers. -
Uses of MessageHandler in org.axonframework.messaging.core.interception.annotation
Classes in org.axonframework.messaging.core.interception.annotation with annotations of type MessageHandlerModifier and TypeClassDescription@interfaceAnnotation marking a handler method as an interceptor handler. -
Uses of MessageHandler in org.axonframework.messaging.eventhandling.annotation
Classes in org.axonframework.messaging.eventhandling.annotation with annotations of type MessageHandlerModifier and TypeClassDescription@interfaceAnnotation to be placed on methods that can handleevents, thus making themEventHandlers. -
Uses of MessageHandler in org.axonframework.messaging.eventhandling.replay.annotation
Classes in org.axonframework.messaging.eventhandling.replay.annotation with annotations of type MessageHandlerModifier and TypeClassDescription@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.queryhandling.annotation
Classes in org.axonframework.messaging.queryhandling.annotation with annotations of type MessageHandlerModifier and TypeClassDescription@interfaceAnnotation to be placed on methods that can handlequeries, thus making themQueryHandlers.