public interface ManagedClient
| Modifier and Type | Method and Description |
|---|---|
DeviceActionHandler |
getActionHandler() |
CustomActionHandler |
getCustomActionHandler() |
DeviceData |
getDeviceData() |
DMAgentTopic |
getDMAgentTopic() |
DMServerTopic |
getDMServerTopic() |
DeviceFirmwareHandler |
getFirmwareHandler() |
void |
publish(String response,
com.google.gson.JsonObject payload) |
void |
publish(String response,
com.google.gson.JsonObject payload,
int qos) |
void |
subscribe(String[] topics,
int[] qos,
org.eclipse.paho.client.mqttv3.IMqttMessageListener[] listener) |
void |
subscribe(String topic,
int qos,
org.eclipse.paho.client.mqttv3.IMqttMessageListener iMqttMessageListener) |
void |
unsubscribe(String topic) |
void |
unsubscribe(String[] topics) |
void subscribe(String topic, int qos, org.eclipse.paho.client.mqttv3.IMqttMessageListener iMqttMessageListener) throws org.eclipse.paho.client.mqttv3.MqttException
org.eclipse.paho.client.mqttv3.MqttExceptionvoid unsubscribe(String topic) throws org.eclipse.paho.client.mqttv3.MqttException
org.eclipse.paho.client.mqttv3.MqttExceptionvoid publish(String response, com.google.gson.JsonObject payload) throws org.eclipse.paho.client.mqttv3.MqttException
org.eclipse.paho.client.mqttv3.MqttExceptionvoid publish(String response, com.google.gson.JsonObject payload, int qos) throws org.eclipse.paho.client.mqttv3.MqttException
org.eclipse.paho.client.mqttv3.MqttExceptionDeviceData getDeviceData()
void subscribe(String[] topics, int[] qos, org.eclipse.paho.client.mqttv3.IMqttMessageListener[] listener) throws org.eclipse.paho.client.mqttv3.MqttException
org.eclipse.paho.client.mqttv3.MqttExceptionvoid unsubscribe(String[] topics) throws org.eclipse.paho.client.mqttv3.MqttException
org.eclipse.paho.client.mqttv3.MqttExceptionDMAgentTopic getDMAgentTopic()
DMServerTopic getDMServerTopic()
DeviceActionHandler getActionHandler()
DeviceFirmwareHandler getFirmwareHandler()
CustomActionHandler getCustomActionHandler()
Copyright © 2019. All rights reserved.