public class MqttClientInstance extends Object
Modifier and Type | Method and Description |
---|---|
org.eclipse.paho.client.mqttv3.MqttClient |
getClient() |
static org.eclipse.paho.client.mqttv3.MqttConnectOptions |
getConnectionOptions() |
String |
getId() |
static MqttClientInstance |
getInstance(String url) |
public static MqttClientInstance getInstance(String url)
public static org.eclipse.paho.client.mqttv3.MqttConnectOptions getConnectionOptions()
public org.eclipse.paho.client.mqttv3.MqttClient getClient()
public String getId()
This documentation was released into the public domain.