Interface ReplyPostProcessor

All Superinterfaces:
BiFunction<org.springframework.amqp.core.Message,org.springframework.amqp.core.Message,org.springframework.amqp.core.Message>

public interface ReplyPostProcessor extends BiFunction<org.springframework.amqp.core.Message,org.springframework.amqp.core.Message,org.springframework.amqp.core.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