Interface MessagePostProcessor

    • Method Detail

      • postProcessMessage

        Message<?> postProcessMessage​(Message<?> message)
        Process the given message.
        Parameters:
        message - the message to process
        Returns:
        a post-processed variant of the message, or simply the incoming message; never null