/AWS1/CL_IOV=>BATCHPUTMESSAGE()
¶
About BatchPutMessage¶
Sends a set of messages to the IoT Events system. Each message payload is transformed into
the input you specify ("inputName"
) and ingested into any detectors that monitor
that input. If multiple messages are sent, the order in which the messages are processed isn't
guaranteed. To guarantee ordering, you must send messages one at a time and wait for a
successful response.
Method Signature¶
IMPORTING¶
Required arguments:¶
IT_MESSAGES
TYPE /AWS1/CL_IOVMESSAGE=>TT_MESSAGES
TT_MESSAGES
¶
The list of messages to send. Each message has the following format:
'{ "messageId": "string", "inputName": "string", "payload": "string"}'
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_IOVBATCHPUTMESSAGERSP
/AWS1/CL_IOVBATCHPUTMESSAGERSP
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC