public interface MessagePostProcessor
Message after it has been created, either
returning a modified (effectively new) message or returning the same.MessageSendingOperations,
MessageRequestReplyOperations| Modifier and Type | Method and Description |
|---|---|
Message<?> |
postProcessMessage(Message<?> message)
Process the given message.
|