Generated by
JDiff

Interface org.springframework.messaging.support.ExecutorChannelInterceptor

Changed Methods
void afterMessageHandled(Message<?>, MessageChannel, MessageHandler, Exception) Changed from abstract to non-abstract. Invoked inside the Runnable submitted to the Executor after calling the target MessageHandler regardless of the outcome (i.e.
Message<?> beforeHandle(Message<?>, MessageChannel, MessageHandler) Changed from abstract to non-abstract. Invoked inside the Runnable submitted to the Executor just before calling the target MessageHandler to handle the message.