Modules§
Structs§
- An asynchronous client, communicates with MQTT
EventLoop
. - A synchronous client, communicates with MQTT
EventLoop
. - MQTT connection. Maintains all the necessary state
- Eventloop with all the state of a connection
- Iterator which polls the
EventLoop
for connection progress - Options to configure the behaviour of MQTT connection
- State of the mqtt connection.
Enums§
- Client Error
- Critical errors during eventloop polling
- Events which can be yielded by the event loop
- Requests by the client to mqtt event loop. Request are handled one by one.
- Errors during state handling