/AWS1/CL_IOVMESSAGE¶
Information about a message.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_messageid TYPE /AWS1/IOVMESSAGEID /AWS1/IOVMESSAGEID¶
The ID to assign to the message. Within each batch sent, each
"messageId"must be unique.
iv_inputname TYPE /AWS1/IOVEPHEMERALINPUTNAME /AWS1/IOVEPHEMERALINPUTNAME¶
The name of the input into which the message payload is transformed.
iv_payload TYPE /AWS1/IOVPAYLOAD /AWS1/IOVPAYLOAD¶
The payload of the message. This can be a JSON string or a Base-64-encoded string representing binary data (in which case you must decode it).
Optional arguments:¶
io_timestamp TYPE REF TO /AWS1/CL_IOVTIMESTAMPVALUE /AWS1/CL_IOVTIMESTAMPVALUE¶
The timestamp associated with the message.
Queryable Attributes¶
messageId¶
The ID to assign to the message. Within each batch sent, each
"messageId"must be unique.
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 |
inputName¶
The name of the input into which the message payload is transformed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTNAME() |
Getter for INPUTNAME, with configurable default |
ASK_INPUTNAME() |
Getter for INPUTNAME w/ exceptions if field has no value |
HAS_INPUTNAME() |
Determine if INPUTNAME has a value |
payload¶
The payload of the message. This can be a JSON string or a Base-64-encoded string representing binary data (in which case you must decode it).
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 |
timestamp¶
The timestamp associated with the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP |
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_IOVMESSAGE WITH DEFAULT KEY
.