T
- the type of entity to which the message handler will delegate tha actual interceptionpublic interface CommandHandlerInterceptorHandlingMember<T> extends MessageHandlingMember<T>
Modifier and Type | Method and Description |
---|---|
boolean |
shouldInvokeInterceptorChain()
Indicates whether interceptor chain (containing a command handler) should be invoked automatically or command
handler interceptor will invoke it manually.
|
annotationAttributes, canHandle, handle, hasAnnotation, payloadType, priority, unwrap
boolean shouldInvokeInterceptorChain()
true
if interceptor chain should be invoked automaticallyCopyright © 2010–2019. All rights reserved.