MqttConn
MqttConn : Conn
MQTT connector to an MQTT Broker.
Unique identifier for entity in its project
Type of this entity
Marker tag for Conn type
Timeout for messages send to the connector's actor thread
Error message associated when connStatus indicates an error condition
Linger timeout used to keep a connector open
Duration used for connector open retries
Duration used to configure the auto-ping feature on a given connector
Current connection open/close state of a connector
Current status of a connector as one of the predefined strings See Connectors
Reference to a tuning configuration defined by a ConnTuning rec
Sets connector into disabled state to prevent communication
Used on an mqttConn to indicate which certificate and key pair to use for client authentication to the broker
Whether to set the clean session flag on the connect request to the broker
The client identifier to use when connecting to the broker
Marker tag for MqttConn type
How many times to retry sending messages that require acknowlegment
How long to wait between retries for messages that require acknowlegment
MQTT protocol version
Password for authentication
Universal resource identifier
Username for authentication
Str?
Used on an mqttConn to indicate which certificate and key pair to use for client authentication to the broker.
Bool?
Whether to set the clean session flag on the connect request to the broker.
Str?
The client identifier to use when connecting to the broker
Marker
Marker tag for MqttConn type
Int?
How many times to retry sending messages that require acknowlegment
Duration?
How long to wait between retries for messages that require acknowlegment
MqttVersion?
MQTT protocol version
Password?
Password for authentication
Uri?
Universal resource identifier
Str?
Username for authentication