AbstractMessageChannel.ChannelInterceptorChain

Assists with the invocation of the configured channel interceptors.

Members

Functions

applyPostReceive
MessageBase applyPostReceive(MessageBase message, MessageChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.
applyPostSend
void applyPostSend(MessageBase message, MessageChannel channel, bool sent)
Undocumented in source. Be warned that the author may not have intended to support it.
applyPreReceive
bool applyPreReceive(MessageChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.
applyPreSend
MessageBase applyPreSend(MessageBase message, MessageChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.
triggerAfterReceiveCompletion
void triggerAfterReceiveCompletion(MessageBase message, MessageChannel channel, Exception ex)
Undocumented in source. Be warned that the author may not have intended to support it.
triggerAfterSendCompletion
void triggerAfterSendCompletion(MessageBase message, MessageChannel channel, bool sent, Exception ex)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta