Interface ReplyPostProcessor

  • All Superinterfaces:
    java.util.function.BiFunction<Message,​Message,​Message>

    public interface ReplyPostProcessor
    extends java.util.function.BiFunction<Message,​Message,​Message>
    A post processor for replies. The first parameter to the function is the request message, the second is the response message; it must return the modified (or a new) message. Use this, for example, if you want to copy additional headers from the request message.
    Since:
    2.2.5
    Author:
    Gary Russell
    • Method Summary

      • Methods inherited from interface java.util.function.BiFunction

        andThen, apply