Uses of Interface
org.axonframework.messaging.core.interception.annotation.MessageHandlerInterceptorMemberChain
Packages that use MessageHandlerInterceptorMemberChain
Package
Description
Part of the Axon Messaging module.
Part of the Axon Messaging module.
-
Uses of MessageHandlerInterceptorMemberChain in org.axonframework.messaging.core.annotation
Methods in org.axonframework.messaging.core.annotation that return MessageHandlerInterceptorMemberChainModifier and TypeMethodDescriptionAnnotatedHandlerInspector.chainedInterceptor(Class<?> type) Returns an Interceptor Chain of annotated interceptor methods defined on the giventype. -
Uses of MessageHandlerInterceptorMemberChain in org.axonframework.messaging.core.interception.annotation
Classes in org.axonframework.messaging.core.interception.annotation that implement MessageHandlerInterceptorMemberChainModifier and TypeClassDescriptionclassAMessageHandlerInterceptorMemberChainimplementation that constructs a chain of instances of itself based on a giveniteratorofMessageHandlingMembers.classThis will implementMessageHandlerInterceptorMemberChainwith no more interceptors.Methods in org.axonframework.messaging.core.interception.annotation that return MessageHandlerInterceptorMemberChainModifier and TypeMethodDescriptionstatic <T> MessageHandlerInterceptorMemberChain<T> NoMoreInterceptors.instance()Creates and returns a new instance