All Known Implementing Classes:
SqsMessageImpl

public interface SqsMessage
A wrapper interface for Message. Using this wrapper avoids muzzle failure when sqs classes are not present.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.

  • Method Details

    • messageAttributes

      Map<String,software.amazon.awssdk.services.sqs.model.MessageAttributeValue> messageAttributes()
    • attributesAsStrings

      Map<String,String> attributesAsStrings()
    • getMessageAttribute

      String getMessageAttribute(String name)
    • getMessageId

      String getMessageId()