IOT Dash
|
Public Member Functions | |
HostedMqttService (IServiceProvider provider) | |
void | Dispose () |
Properties | |
IServiceProvider | ServiceProvider [get] |
IMqttClient | Client [get] |
MqttNet_ConnectionHandler | Handler [get] |
MqttNet_Publisher | Publisher [get] |
MqttNet_Subscriber | Subscriber [get] |
MqttNet_Mediator | Mediator [get] |
TaskUnwrapper | Unwrapper [get] |
This class is the root of the MQTT service, responsible for initiation and shutdown of its components. The whole service is an bridge between the IMqttClient and the event bus of the application.
The service consists of the following components: