Interface ReplyPostProcessor

All Superinterfaces:
BiFunction<Message,Message,Message>

public interface ReplyPostProcessor extends 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