Expand description
Traits and types for defining sets and subsets of MQTT client functionality.
Structs§
- Token that can be used to acknowledge a received MQTT publish.
- Awaitable token indicating completion of MQTT message delivery.
Traits§
- An MQTT client that has it’s connection state externally managed. Can be used to send messages and create receivers for incoming messages.
- Provides functionality for acknowledging a received Publish message (QoS 1)
- Internally-facing APIs for the underlying client. Use of this trait is not currently recommended except for mocking.
- MQTT disconnect functionality
- MQTT Event Loop manipulation
- MQTT publish, subscribe and unsubscribe functionality
- Receiver for incoming MQTT messages.
Type Aliases§
- Event yielded by the event loop
- Incoming data on the event loop
- Outgoing data on the event loop