Interface ReceivedSqsMessage<T>

    • Method Detail

      • receiptHandle

        String receiptHandle()
        The Receipt Handle of this message, used to manage its visibility and deletion. Note that this value is unique to the act of receiving a Message with any given ID, and a unique Message with any given ID will receive a unique Receipt Handle each time it is received.
      • messageId

        String messageId()
        Unique identifier for this Message.