Interface AmqpHeaderMapper

All Superinterfaces:
org.springframework.integration.mapping.RequestReplyHeaderMapper<org.springframework.amqp.core.MessageProperties>
All Known Implementing Classes:
DefaultAmqpHeaderMapper

public interface AmqpHeaderMapper
extends org.springframework.integration.mapping.RequestReplyHeaderMapper<org.springframework.amqp.core.MessageProperties>
A convenience interface that extends RequestReplyHeaderMapper, parameterized with MessageProperties.
Since:
2.1
  • Method Summary

    Methods inherited from interface org.springframework.integration.mapping.RequestReplyHeaderMapper

    fromHeadersToReply, fromHeadersToRequest, toHeadersFromReply, toHeadersFromRequest