T - the type of entity to which the message handler will delegate tha actual interceptionMessageInterceptingMember@Deprecated public interface CommandHandlerInterceptorHandlingMember<T> extends org.axonframework.messaging.annotation.MessageInterceptingMember<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldInvokeInterceptorChain()
Deprecated.
Indicates whether interceptor chain (containing a command handler) should be invoked automatically or command
handler interceptor will invoke it manually.
|
boolean shouldInvokeInterceptorChain()
true if interceptor chain should be invoked automaticallyCopyright © 2010–2024. All rights reserved.