Expand description

The AsyncClient is wrapper around the rumqttc::AsyncClient.

It contains structures and functions for:

  • simplifying the settings for TCP with credentials or TLS with X.509 certificates
  • EventLoop processing
  • sending received events on the tokio::broadcast channel

Structs

ConnectionSettings for MQTT using TCP with credentials or TLS with X.509 certificates

Enums

Currently supported ConnectionType(s):

Functions