Module builder

Module builder 

Expand description

Builder for configuring and connecting an MqttClient.

Structs§

ClientBuilder
Builder for an MqttClient.

Constants§

DEFAULT_COMMAND_CHANNEL_CAPACITY
Default capacity of the command channel between client handles and the connection event loop.
DEFAULT_MESSAGE_CHANNEL_CAPACITY
Default capacity of the inbound message channel that feeds the MessageStream.