クラス AbstractHandleMessageAdvice

java.lang.ObjectSE
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.handler.advice.AbstractHandleMessageAdvice
実装済みのインターフェース一覧:
Advice, Interceptor, MethodInterceptor, Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ComponentSourceAware, ExpressionCapable, HandleMessageAdvice, NamedComponent
既知の直属サブクラス
IdempotentReceiverInterceptor

public abstract class AbstractHandleMessageAdvice extends IntegrationObjectSupport implements HandleMessageAdvice
MessageHandler.handleMessage(Message) にのみ適用できるアドバイス用のベース HandleMessageAdvice
導入:
4.3.1
作成者:
Artem Bilan, Gary Russell