Uses of Package
org.springframework.integration.handler.advice
Packages that use org.springframework.integration.handler.advice
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.
- 
Classes in org.springframework.integration.handler.advice used by org.springframework.integration.amqp.supportClassDescriptionThe markerMethodInterceptorinterface extension to distinguish advices for some reason.
- 
Classes in org.springframework.integration.handler.advice used by org.springframework.integration.handler.adviceClassDescriptionThe baseHandleMessageAdvicefor advices which can be applied only for theMessageHandler.handleMessage(Message).Base class forMessageHandleradvice classes.Called by subclasses in doInvoke() to proceed() the invocation.The markerMethodInterceptorinterface extension to distinguish advices for some reason.Strategy interface for generating aRetryStateinstance based on a message.
- 
Classes in org.springframework.integration.handler.advice used by org.springframework.integration.transactionClassDescriptionThe markerMethodInterceptorinterface extension to distinguish advices for some reason.