Class SnsHeaders
java.lang.Object
io.awspring.cloud.sns.core.SnsHeaders
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMessage Deduplication id for SNS message.static final StringMessage group id for SNS message (applies only to FIFO topic).static final StringMessage id header as a unique identifier assigned to the published message, or from a received message.static final StringTheNotificationStatusheader for manual confirmation on reception.static final StringNotification subject.static final StringSNS Headers prefix to be used by all headers added by the framework.static final StringThe "Sns_messageType" header for the received SNS message type.static final StringTopic ARN header where the message has been published. -
Method Summary
-
Field Details
-
SNS_HEADER_PREFIX
SNS Headers prefix to be used by all headers added by the framework.- See Also:
-
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:
-
TOPIC_HEADER
Topic ARN header where the message has been published. The value of this header is set fromPublishRequest.topicArn().- See Also:
-
MESSAGE_ID_HEADER
Message id header as a unique identifier assigned to the published message, or from a received message. The value of this header is set fromPublishResponse.messageId().- See Also:
-
NOTIFICATION_STATUS_HEADER
TheNotificationStatusheader for manual confirmation on reception. The value of this header is set fromSnsInboundChannelAdapterorLegacyJackson2SnsInboundChannelAdapter.- See Also:
-
SNS_MESSAGE_TYPE_HEADER
The "Sns_messageType" header for the received SNS message type.- See Also:
-