Crate hb_mqtt
- config
- connection_state ๐
- health
- properties
- MQTT 5v properties.
MQTT v5 properties.
- router ๐
- worker ๐
- properties
- Creates a collection of properties
- ConnectionStateWatch
- DeliveryToken
- A
DeliveryToken is a mechanism for tracking the progress of an
asynchronous message publish operation. - Inner ๐
- Message
- A
Message represents all the information passed in an MQTT PUBLISH
packet.
This is the primary data transfer mechanism. - MessageBuilder
- Builder to create a new Message
- Mqtt
- MqttHandle
- Properties
- A collection of MQTT v5 properties.
- Subscription
- ConnectionState
- Error
- The errors from an MQTT operation.
- PropertyCode
- The enumerated codes for the MQTT v5 properties.
- ReasonCode
- MQTT v5 single-byte reason codes.
- QOS_0
- Quality of Service Zero: At most once
- QOS_1
- Quality of Service One: At least once
- QOS_2
- Quality of Service Two: Exactly Once