Class ChainedMessageHandlerInterceptorMember<T>

java.lang.Object
org.axonframework.messaging.core.interception.annotation.ChainedMessageHandlerInterceptorMember<T>
Type Parameters:
T - The type that declares the handlers in this chain.
All Implemented Interfaces:
MessageHandlerInterceptorMemberChain<T>

public class ChainedMessageHandlerInterceptorMember<T> extends Object implements MessageHandlerInterceptorMemberChain<T>
A MessageHandlerInterceptorMemberChain implementation that constructs a chain of instances of itself based on a given iterator of MessageHandlingMembers.
Since:
4.4.0
Author:
Allard Buijze