Interface AmqpHeaderMapper

All Superinterfaces:
HeaderMapper<MessageProperties>
All Known Implementing Classes:
SimpleAmqpHeaderMapper

public interface AmqpHeaderMapper extends HeaderMapper<MessageProperties>
Strategy interface for mapping messaging Message headers to an outbound MessageProperties (e.g. to configure AMQP properties) or extracting messaging header values from an inbound MessageProperties.
Since:
1.4
Author:
Mark Fisher, Oleg Zhurakousky, Stephane Nicoll