Class SnsHeaderMapper

All Implemented Interfaces:
org.springframework.integration.mapping.HeaderMapper<Map<String,MessageAttributeValue>>

public class SnsHeaderMapper extends AbstractMessageAttributesHeaderMapper<MessageAttributeValue>
The AbstractMessageAttributesHeaderMapper implementation for the mapping from headers to SNS message attributes.

On the Inbound side, the SNS message is fully mapped from the JSON to the message payload. Only important HTTP headers are mapped to the message headers.

Since:
2.0
Author:
Artem Bilan