Class SnsHeaderMapper

java.lang.Object
org.springframework.integration.aws.support.AbstractMessageAttributesHeaderMapper<software.amazon.awssdk.services.sns.model.MessageAttributeValue>
org.springframework.integration.aws.support.SnsHeaderMapper
All Implemented Interfaces:
org.springframework.integration.mapping.HeaderMapper<Map<String,software.amazon.awssdk.services.sns.model.MessageAttributeValue>>

public class SnsHeaderMapper extends AbstractMessageAttributesHeaderMapper<software.amazon.awssdk.services.sns.model.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
  • Constructor Details

    • SnsHeaderMapper

      public SnsHeaderMapper()
  • Method Details