Package io.awspring.cloud.sns.core
Class SnsHeaders
java.lang.Object
io.awspring.cloud.sns.core.SnsHeaders
SNS specific headers that can be applied to Spring Messaging
Message
.- Since:
- 3.0.0
- Author:
- Matej Nedic
-
Field Details
-
NOTIFICATION_SUBJECT_HEADER
Notification subject. The value of this header is set toPublishRequest.subject()
.- See Also:
-
MESSAGE_GROUP_ID_HEADER
Message group id for SNS message (applies only to FIFO topic). The value of this header is set toPublishRequest.messageGroupId()
}.- See Also:
-
MESSAGE_DEDUPLICATION_ID_HEADER
Message Deduplication id for SNS message. The value of this header is set toPublishRequest.messageDeduplicationId()
}}.- See Also:
-