Add additional data to the outbox message that is going to be stored
Explicitly defined message envelope values, e.g. auth token or message context
Explicitly defined message options, e.g. if additional header values should be passed
Define if the message must be sent in the sequential order it was added or if it can be sent in parallel with others.
The date and time in ISO 8601 "internet time" UTC format (e.g. "2023-10-17T11:48:14Z") until when the message cannot be sent out
Can be set to allow processing of messages with different segments in parallel.
Optional
Generated using TypeDoc
Add additional data to the outbox message that is going to be stored
Param
Explicitly defined message envelope values, e.g. auth token or message context
Param
Explicitly defined message options, e.g. if additional header values should be passed
Param
Define if the message must be sent in the sequential order it was added or if it can be sent in parallel with others.
Param
The date and time in ISO 8601 "internet time" UTC format (e.g. "2023-10-17T11:48:14Z") until when the message cannot be sent out
Param
Can be set to allow processing of messages with different segments in parallel.