Package org.axonframework.messaging.core.interception.annotation
package org.axonframework.messaging.core.interception.annotation
-
ClassDescriptionAnnotation marking a Handler as an interceptor for other handlers that is only interested in handling exception results.Annotation marking a handler method as an interceptor handler.
HandlerEnhancerDefinitionthat marks methods (meta-)annotated withMessageHandlerInterceptoras interceptors.Interface to interact with a MessageHandlingMember instance through a chain of interceptors, which were used to build up this chain.Marker interface forMessageHandlingMemberinstances that need to be treated as interceptors, rather than regular members.This will implementMessageHandlerInterceptorMemberChainwith no more interceptors.Meta-Annotation used to demarcateMessageHandlerInterceptorannotated methods as interceptors that should only act on the result of a handler invocation.ParameterResolverFactory that provides support for Parameters where the result of Handler execution is expected to be injected.