Expand description
§MQTTier
A Rust MQTT client library providing an abstracted interface around rumqttc.
Structs§
- Mqttier
Client - MqttierClient provides an abstracted, Clone-able interface around
rumqttc. - Mqttier
Options - Options for configuring the MqttierClient.
- Mqttier
Options Builder - A builder for
MqttierOptions. - Online
Message - Specifies messages to sent to a topic when the connection goes online or offline.
- Received
Message - A message received from a subscription.
- TcpConnection
- Represents a non-TLS connection to a broker based on its hostname and port.
Enums§
- Connection
- Specifies what type of connection to make to the broker. TLS and websocket connections not currently supported.
- Mqttier
Error - Errors that can occur when using MqttierClient
- Publish
Result - Result of a publish operation indicating when the message lifecycle completed.