Constructs a Client with given parameters.
mqtt_client( const executor_type & ex, tls_context_type tls_context = {}, logger_type logger = {} );
Name |
Description |
---|---|
ex |
An executor that will be associated with the Client. |
tls_context |
A context object used in TLS/SSL connection. |
logger |
An object satisfying the |