new MqttConnector(url, properties)
Parameters:
Name | Type | Description |
---|---|---|
url |
||
properties |
- |
- Source:
Methods
(async) disconnect()
Disconnects and close the mqtt client.
- Source:
doRequest()
Connect to the Mqtt broker.
- Source:
Events
onMessage
The onMessage method used by the mqtt client to callback the data
Parameters:
Name | Type | Description |
---|---|---|
data |
the callback data |
- Source: