Crate beluga_mqtt

Crate beluga_mqtt 

Modulesยง

client ๐Ÿ”’
client_builder ๐Ÿ”’
error ๐Ÿ”’
mqtt_context ๐Ÿ”’
poll ๐Ÿ”’
subscriber ๐Ÿ”’
subscriber_manager ๐Ÿ”’
topic ๐Ÿ”’

Structsยง

MqttClient
MqttClientBuilder
A builder for creating an MqttClient with specific configurations.
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.
Publish
Publish packet
Subscriber
Represents an MQTT subscriber that can receive Publish messages.

Enumsยง

Error
An error that can occur when using the Beluga MQTT client.
QoS
Quality of service

Type Aliasesยง

Result