Uses of Interface
org.springframework.integration.handler.advice.HandleMessageAdvice
Package
Description
Provides AMQP support classes.
Provides classes that are used to advise
MessageHandler
s 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.support
Modifier and TypeClassDescriptionclass
An advice that causes all downstreamRabbitOperations
operations 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.advice
Modifier and TypeClassDescriptionclass
The baseHandleMessageAdvice
for advices which can be applied only for theMessageHandler.handleMessage(Message)
.class
AHandleMessageAdvice
implementation with a plain delegation to the providedMethodInterceptor
.class
TheMethodInterceptor
implementation for the Idempotent Receiver E.I. -
Uses of HandleMessageAdvice in org.springframework.integration.transaction
Modifier and TypeClassDescriptionclass
ATransactionInterceptor
extension withHandleMessageAdvice
marker.