Class HandleMessageAdviceAdapter
java.lang.Object
org.springframework.integration.handler.advice.HandleMessageAdviceAdapter
- All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor, HandleMessageAdvice
A
HandleMessageAdvice implementation with a plain delegation
to the provided MethodInterceptor.
This advice should be used for consumer endpoints to proxy exactly
a MessageHandler.handleMessage(Message) and the whole-subflow therefore;
unlike regular proxying which is applied only for the
AbstractReplyProducingMessageHandler.RequestHandler.handleRequestMessage(Message).
- Since:
- 5.3
- Author:
- Artem Bilan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HandleMessageAdviceAdapter
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceMethodInterceptor- Throws:
Throwable
-