Interface ReplyPostProcessor
- All Superinterfaces:
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:
- 4.1
-
Method Summary
Methods inherited from interface BiFunction
andThen, apply