Generated by
JDiff

Interface org.springframework.messaging.support.ChannelInterceptor

Added Methods
void afterReceiveCompletion(Message<?>, MessageChannel, Exception) Invoked after the completion of a receive regardless of any exception that have been raised thus allowing for proper resource cleanup.
void afterSendCompletion(Message<?>, MessageChannel, boolean, Exception) Invoked after the completion of a send regardless of any exception that have been raised thus allowing for proper resource cleanup.