type

MqttConn

MqttConn : Conn

MQTT connector to an MQTT Broker.

slots id

Unique identifier for entity in its project

spec

Type of this entity

conn

Marker tag for Conn type

actorTimeout

Timeout for messages send to the connector's actor thread

connErr

Error message associated when connStatus indicates an error condition

connLinger

Linger timeout used to keep a connector open

connOpenRetryFreq

Duration used for connector open retries

connPingFreq

Duration used to configure the auto-ping feature on a given connector

connState

Current connection open/close state of a connector

connStatus

Current status of a connector as one of the predefined strings See Connectors

connTuningRef

Reference to a tuning configuration defined by a ConnTuning rec

disabled

Sets connector into disabled state to prevent communication

mqttCertAlias

Used on an mqttConn to indicate which certificate and key pair to use for client authentication to the broker

mqttCleanSession

Whether to set the clean session flag on the connect request to the broker

mqttClientId

The client identifier to use when connecting to the broker

mqttConn

Marker tag for MqttConn type

mqttMaxRetry

How many times to retry sending messages that require acknowlegment

mqttRetryInterval

How long to wait between retries for messages that require acknowlegment

mqttVersion

MQTT protocol version

password

Password for authentication

uri

Universal resource identifier

username

Username for authentication

mqttCertAlias Str?

Used on an mqttConn to indicate which certificate and key pair to use for client authentication to the broker.

mqttCleanSession Bool?

Whether to set the clean session flag on the connect request to the broker.

mqttClientId Str?

The client identifier to use when connecting to the broker

mqttConn Marker

Marker tag for MqttConn type

mqttMaxRetry Int?

How many times to retry sending messages that require acknowlegment

mqttRetryInterval Duration?

How long to wait between retries for messages that require acknowlegment

mqttVersion MqttVersion?

MQTT protocol version

password Password?

Password for authentication

uri Uri?

Universal resource identifier

username Str?

Username for authentication

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST