Uses of Annotation Interface
org.axonframework.messaging.interceptors.MessageHandlerInterceptor
Packages that use MessageHandlerInterceptor
-
Uses of MessageHandlerInterceptor in org.axonframework.messaging.interceptors
Classes in org.axonframework.messaging.interceptors 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.modelling.command
Classes in org.axonframework.modelling.command with annotations of type MessageHandlerInterceptorModifier and TypeClassDescription@interfaceAnnotation used to mark methods on Aggregate members which can intercept commands.