Class SnsHeaders

java.lang.Object
io.awspring.cloud.sns.core.SnsHeaders

public final class SnsHeaders extends Object
SNS specific headers that can be applied to Spring Messaging Message.
Since:
3.0.0
Author:
Matej Nedic
  • Field Details

    • NOTIFICATION_SUBJECT_HEADER

      public static final String NOTIFICATION_SUBJECT_HEADER
      Notification subject. The value of this header is set to PublishRequest.subject().
      See Also:
    • MESSAGE_GROUP_ID_HEADER

      public static final String MESSAGE_GROUP_ID_HEADER
      Message group id for SNS message (applies only to FIFO topic). The value of this header is set to PublishRequest.messageGroupId()}.
      See Also:
    • MESSAGE_DEDUPLICATION_ID_HEADER

      public static final String MESSAGE_DEDUPLICATION_ID_HEADER
      Message Deduplication id for SNS message. The value of this header is set to PublishRequest.messageDeduplicationId()}}.
      See Also: