MessagePostProcessor

A contract for processing a {@link Message} after it has been created, either returning a modified (effectively new) message or returning the same.

@author Mark Fisher @author Rossen Stoyanchev @since 4.0 @see MessageSendingOperations @see MessageRequestReplyOperations

Members

Functions

postProcessMessage
MessageBase postProcessMessage(MessageBase message)

Process the given message. @param message the message to process @return a post-processed variant of the message, or simply the incoming message; never {@code null}

Meta