JSON layout of a task message sent via Redis broker. Directly (de)serializable via JSON.stringify() and JSON.parse().
Encoded as specified by "content-encoding"
"content-encoding"
The encoding of the message itself. Always UTF-8.
The serialization method of the message body.
Generated using TypeDoc
JSON layout of a task message sent via Redis broker. Directly (de)serializable via JSON.stringify() and JSON.parse().