Re-exports§
pub use crate::subscriptions::dump_handler::DumpHandler;
pub use crate::subscriptions::echo_handler;
Modules§
Structs§
- Mqtt
Connection Manager - Main struct, represents the whole async connection to a MQTT server
- Publish
- Publish packet
- String
Message - Generic handler
Enums§
Traits§
- Subscription
- subscription trait represents a mqtt_actor subscription
Type Aliases§
- Mqtt
Publisher - MqttPublisher type points to MqttPublisherActor or to its mock according to if we are on testing code or not