public interface Message
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Return the message attributes as a map.
|
java.lang.String |
getBody()
Return the message body content.
|
java.lang.String |
getId()
Return the unique identifier for this message.
|
java.lang.String |
getReceipt()
Return the unique message receipt used to signal an instance of this
message was received and can be acknowledged or deleted.
|
java.lang.String getId()
java.lang.String getReceipt()
java.lang.String getBody()
java.util.Map<java.lang.String,java.lang.String> getAttributes()