Share via


MqttDestinationConfiguration interface

The configuration for a MQTT destination.

Properties

qos

The MQTT QoS setting. Defaults to QoS 1.

retain

When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.

topic

The MQTT topic.

ttl

The MQTT TTL setting.

Property Details

qos

The MQTT QoS setting. Defaults to QoS 1.

qos?: string

Property Value

string

retain

When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.

retain?: string

Property Value

string

topic

The MQTT topic.

topic: string

Property Value

string

ttl

The MQTT TTL setting.

ttl?: number

Property Value

number