Crate beluga_mqtt Copy item path error ๐ manager ๐ subscriber ๐ MqttClient MqttClientBuilder A builder for creating an MqttClient with specific configurations. MqttContext ๐ A struct that holds the context for an MQTT connection, including a
subscriber manager and any connection errors that have occurred. OwnedSubscriber Represents an MQTT subscriber that owns the underlying subscriber and
tracks the subscribed topics. When the OwnedSubscriber is dropped,
it will unsubscribe from all the subscribed topics. PollContext ๐ It is a struct that holds the necessary components for polling
the MQTT broker. Publish Publish packet Subscriber Represents an MQTT subscriber that can receive Publish messages. Error An error that can occur when using the Beluga MQTT client. QoS Quality of service DEFAULT_CONNECT_TIMEOUT ๐ DEFAULT_MAX_RECONNECT_DELAY ๐ DEFAULT_MIN_RECONNECT_DELAY ๐ poll ๐ Asynchronous function that handles polling the MQTT event loop. process_event ๐ Processes an MQTT event. process_packet ๐ Processes a received MQTT packet. resubscribe ๐ warn_if_topics_scheduled ๐ Warns the user if any of the new topics being subscribed to are already
scheduled for unsubscription. Receiver ๐ Result Sender ๐