Interface ReplyPostProcessor

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

@Deprecated(since="4.1", forRemoval=true) public interface ReplyPostProcessor extends org.springframework.amqp.listener.adapter.ReplyPostProcessor
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.1 in favor of ReplyPostProcessor.
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