Expand description
Async MQTT client wrapper.
MqttClient wraps rumqttc::AsyncClient and its event loop, exposing
ergonomic publish / subscribe helpers that work directly with
wactorz_core::Message values (serialised as JSON).
Structs§
- Mqtt
Client - Async MQTT client.
- Mqtt
Config - Connection parameters for the MQTT broker.
Enums§
- Mqtt
Event - Typed events surfaced by the MQTT event loop.