Module subscriber
Structsยง
- Owned
Subscriber - Represents an MQTT subscriber that owns the underlying subscriber and
tracks the subscribed topics. When the
OwnedSubscriberis dropped, it will unsubscribe from all the subscribed topics. - Subscriber
- Represents an MQTT subscriber that can receive
Publishmessages.