Class SqsHeaderMapper
java.lang.Object
org.springframework.integration.aws.support.AbstractMessageAttributesHeaderMapper<MessageAttributeValue>
org.springframework.integration.aws.support.SqsHeaderMapper
- All Implemented Interfaces:
org.springframework.integration.mapping.HeaderMapper<Map<String,MessageAttributeValue>>
The
AbstractMessageAttributesHeaderMapper implementation for the mapping from
headers to SQS message attributes.
The
SimpleMessageListenerContainer
maps all the SQS message attributes to the MessageHeaders.
- Since:
- 2.0
- Author:
- Artem Bilan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MessageAttributeValuebuildMessageAttribute(String dataType, Object value) Methods inherited from class org.springframework.integration.aws.support.AbstractMessageAttributesHeaderMapper
fromHeaders, setOutboundHeaderNames, toHeaders
-
Constructor Details
-
SqsHeaderMapper
public SqsHeaderMapper()
-
-
Method Details
-
buildMessageAttribute
- Specified by:
buildMessageAttributein classAbstractMessageAttributesHeaderMapper<MessageAttributeValue>
-