インターフェースの使用
org.springframework.integration.handler.advice.HandleMessageAdvice
HandleMessageAdvice を使用するパッケージ
パッケージ
説明
AMQP サポートクラスを提供します。
MessageHandler に横断的な関心事をアドバイスするために使用されるクラスを提供します。Spring Integration アプリケーションでのトランザクションおよび疑似トランザクションの使用をサポートするクラスを提供します。
org.springframework.integration.amqp.support 内の HandleMessageAdvice 使用
修飾子と型クラス説明classチャネルがスレッドにバインドされているため、スレッドのハンドオフがない限り、すべてのダウンストリームRabbitOperations操作が同じチャネルで実行されるようにするHandleMessageAdvice。org.springframework.integration.handler.advice 内の HandleMessageAdvice 使用
修飾子と型クラス説明classMessageHandler.handleMessage(Message)にのみ適用できるアドバイス用のベースHandleMessageAdvice。class提供されたMethodInterceptorへのプレーンな委譲を伴うHandleMessageAdvice実装。classべき等レシーバー E.I。のMethodInterceptor実装org.springframework.integration.transaction 内の HandleMessageAdvice 使用