Uses of Interface
org.springframework.integration.handler.advice.HandleMessageAdvice
Packages that use HandleMessageAdvice
Package
Description
Provides AMQP support classes.
Provides classes that are used to advise
 
MessageHandlers with
 cross-cutting concerns.Provides classes supporting the use of transactions and
 pseudo transactions in Spring Integration applications.
- 
Uses of HandleMessageAdvice in org.springframework.integration.amqp.supportClasses in org.springframework.integration.amqp.support that implement HandleMessageAdviceModifier and TypeClassDescriptionclassAn advice that causes all downstreamRabbitOperationsoperations to be executed on the same channel, as long as there are no thread handoffs, since the channel is bound to the thread.
- 
Uses of HandleMessageAdvice in org.springframework.integration.handler.adviceClasses in org.springframework.integration.handler.advice that implement HandleMessageAdviceModifier and TypeClassDescriptionclassThe baseHandleMessageAdvicefor advices which can be applied only for theMessageHandler.handleMessage(Message).classAHandleMessageAdviceimplementation with a plain delegation to the providedMethodInterceptor.classTheMethodInterceptorimplementation for the Idempotent Receiver E.I.
- 
Uses of HandleMessageAdvice in org.springframework.integration.transactionClasses in org.springframework.integration.transaction that implement HandleMessageAdviceModifier and TypeClassDescriptionclassATransactionInterceptorextension withHandleMessageAdvicemarker.