Crate mqtt_actor

Crate mqtt_actor 

Source

Re-exports§

pub use crate::subscriptions::dump_handler::DumpHandler;
pub use crate::subscriptions::echo_handler;

Modules§

subscriptions

Structs§

MqttConnectionManager
Main struct, represents the whole async connection to a MQTT server
Publish
Publish packet
StringMessage
Generic handler

Enums§

Error
Error during serialization and deserialization
QoS
Quality of service

Traits§

Subscription
subscription trait represents a mqtt_actor subscription

Type Aliases§

MqttPublisher
MqttPublisher type points to MqttPublisherActor or to its mock according to if we are on testing code or not