public abstract class AbstractHandleMessageAdvice extends Object implements HandleMessageAdvice
HandleMessageAdvice for advices which can be applied only
for the MessageHandler.handleMessage(Message).| Constructor and Description |
|---|
AbstractHandleMessageAdvice() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
doInvoke(MethodInvocation invocation,
Message<?> message) |
Object |
invoke(MethodInvocation invocation) |
protected final Log logger
public final Object invoke(MethodInvocation invocation) throws Throwable
invoke in interface MethodInterceptorThrowableprotected abstract Object doInvoke(MethodInvocation invocation, Message<?> message) throws Throwable
Throwable