Uses of Annotation Interface
org.axonframework.messaging.core.interception.annotation.MessageHandlerInterceptor
Packages that use MessageHandlerInterceptor
Package
Description
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of MessageHandlerInterceptor in org.axonframework.messaging.commandhandling.interception.annotation
Classes in org.axonframework.messaging.commandhandling.interception.annotation with annotations of type MessageHandlerInterceptorModifier and TypeClassDescription@interfaceAnnotation marking a method as a command-specific interceptor handler on anAnnotatedCommandHandlingComponent. -
Uses of MessageHandlerInterceptor in org.axonframework.messaging.core.interception.annotation
Classes in org.axonframework.messaging.core.interception.annotation with annotations of type MessageHandlerInterceptorModifier and TypeClassDescription@interfaceAnnotation marking a Handler as an interceptor for other handlers that is only interested in handling exception results. -
Uses of MessageHandlerInterceptor in org.axonframework.messaging.eventhandling.interception.annotation
Classes in org.axonframework.messaging.eventhandling.interception.annotation with annotations of type MessageHandlerInterceptorModifier and TypeClassDescription@interfaceAnnotation marking a method as an event-specific interceptor handler on anAnnotatedEventHandlingComponent. -
Uses of MessageHandlerInterceptor in org.axonframework.messaging.queryhandling.interception.annotation
Classes in org.axonframework.messaging.queryhandling.interception.annotation with annotations of type MessageHandlerInterceptorModifier and TypeClassDescription@interfaceAnnotation marking a method as a query-specific interceptor handler on anAnnotatedQueryHandlingComponent.