java.lang.Object | |
↳ | org.mule.modules.sqs.model.Message |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
delaySeconds | The number of seconds (0 to 900 - 15 minutes) to delay a specific message. | ||||||||||
messageAttributes | A map of typed key-value pairs to be sent as message attributes. | ||||||||||
messageBody | The message body to send. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The number of seconds (0 to 900 - 15 minutes) to delay a specific message.
A map of typed key-value pairs to be sent as message attributes. A value, key and data type must be specified for each entry.
The message body to send.
delaySeconds |
---|
messageAttributes |
---|
messageBody |
---|