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
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}
See Implementation
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