public class SnsHeaderMapper extends AbstractMessageAttributesHeaderMapper<MessageAttributeValue>
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.
| Constructor and Description |
|---|
SnsHeaderMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected MessageAttributeValue |
buildMessageAttribute(java.lang.String dataType,
java.lang.Object value) |
fromHeaders, setOutboundHeaderNames, toHeadersprotected MessageAttributeValue buildMessageAttribute(java.lang.String dataType, java.lang.Object value)
buildMessageAttribute in class AbstractMessageAttributesHeaderMapper<MessageAttributeValue>