T
- the type of entity to which the message handler will delegate tha actual interceptionMessageInterceptingMember
@Deprecated public interface CommandHandlerInterceptorHandlingMember<T> extends 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.
|
priority
annotationAttributes, attribute, canHandle, canHandleMessageType, canHandleType, declaringClass, handle, hasAnnotation, payloadType, signature, unwrap
boolean shouldInvokeInterceptorChain()
true
if interceptor chain should be invoked automaticallyCopyright © 2010–2022. All rights reserved.