/AWS1/CL_IOAMESSAGE¶
Information about a message.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_messageid TYPE /AWS1/IOAMESSAGEID /AWS1/IOAMESSAGEID¶
The ID you want to assign to the message. Each
messageIdmust be unique within each batch sent.
iv_payload TYPE /AWS1/IOAMESSAGEPAYLOAD /AWS1/IOAMESSAGEPAYLOAD¶
The payload of the message. This can be a JSON string or a base64-encoded string representing binary data, in which case you must decode it by means of a pipeline activity.
Queryable Attributes¶
messageId¶
The ID you want to assign to the message. Each
messageIdmust be unique within each batch sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEID() |
Getter for MESSAGEID, with configurable default |
ASK_MESSAGEID() |
Getter for MESSAGEID w/ exceptions if field has no value |
HAS_MESSAGEID() |
Determine if MESSAGEID has a value |
payload¶
The payload of the message. This can be a JSON string or a base64-encoded string representing binary data, in which case you must decode it by means of a pipeline activity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD, with configurable default |
ASK_PAYLOAD() |
Getter for PAYLOAD w/ exceptions if field has no value |
HAS_PAYLOAD() |
Determine if PAYLOAD has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MESSAGES¶
TYPES TT_MESSAGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOAMESSAGE WITH DEFAULT KEY
.