Crate beluga_mqtt
beluga_
mqtt
0.5.2
All Items
Crate Items
Modules
Structs
Enums
Type Aliases
Crate
beluga_
mqtt
Copy item path
Modules
ยง
client
๐
client_
builder
๐
error
๐
mqtt_
context
๐
poll
๐
subscriber
๐
subscriber_
manager
๐
topic
๐
Structs
ยง
Mqtt
Client
Mqtt
Client
Builder
A builder for creating an
MqttClient
with specific configurations.
Owned
Subscriber
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