Property | Value |
Event data | Required. The content of the event. |
Tag | Optional. The tag of the event. |
TTL (ms) | Optional. The time-to-live (TTL) of the event in milliseconds. Defines how long the event remains available on the channel or queue. If you specify a TTL of 0, the event remains on the channel or queue indefinitely. |
Persistent | Optional. Whether the event is persistent. |
Transient | Optional. Supported only for channels. Whether the event is transient. |
Properties | Optional. Click to add event properties. For each property, specify the name, type, and value. |
Number of publishes | Optional. The number of times to publish the event. If you do not select the option, it defaults to 1. |
Publish as a Protobuf event | Optional. Whether to send the event as a Protobuf event. For more information about how to publish Protobuf events, see
Publishing Protobuf Events. |
Protobuf descriptor | Required only for Protobuf events. The Protobuf file descriptor that defines the message schema used for converting the event data to a Protobuf event. |