接口 MessagePostProcessor

    • 方法详细资料

      • postProcessMessage

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