Uses of Package
org.springframework.integration.handler.advice
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.
-
ClassDescriptionThe marker
MethodInterceptor
interface extension to distinguish advices for some reason. -
ClassDescriptionThe base
HandleMessageAdvice
for advices which can be applied only for theMessageHandler.handleMessage(Message)
.Base class forMessageHandler
advice classes.Called by subclasses in doInvoke() to proceed() the invocation.The markerMethodInterceptor
interface extension to distinguish advices for some reason.Strategy interface for generating aRetryState
instance based on a message. -
ClassDescriptionThe marker
MethodInterceptor
interface extension to distinguish advices for some reason.