クラス AbstractMessageChannel.ChannelInterceptorChain
java.lang.ObjectSE
org.springframework.messaging.support.AbstractMessageChannel.ChannelInterceptorChain
- 含まれているクラス:
AbstractMessageChannel
構成されたチャネルインターセプターの呼び出しを支援します。
- 導入:
- 4.0
- 作成者:
- Rossen Stoyanchev
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明applyPostReceive(Message<?> message, MessageChannel channel) voidapplyPostSend(Message<?> message, MessageChannel channel, boolean sent) booleanapplyPreReceive(MessageChannel channel) applyPreSend(Message<?> message, MessageChannel channel) voidtriggerAfterReceiveCompletion(@Nullable Message<?> message, MessageChannel channel, @Nullable ExceptionSE ex) voidtriggerAfterSendCompletion(Message<?> message, MessageChannel channel, boolean sent, @Nullable ExceptionSE ex)
コンストラクターの詳細
ChannelInterceptorChain
protected ChannelInterceptorChain()
メソッドの詳細
applyPreSend
applyPostSend
triggerAfterSendCompletion
public void triggerAfterSendCompletion(Message<?> message, MessageChannel channel, boolean sent, @Nullable ExceptionSE ex) applyPreReceive
applyPostReceive
triggerAfterReceiveCompletion
public void triggerAfterReceiveCompletion(@Nullable Message<?> message, MessageChannel channel, @Nullable ExceptionSE ex)