Class Mqtt


  • public class Mqtt
    extends java.lang.Object
    The type Mqtt.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.eclipse.paho.client.mqttv3.IMqttClient getInstance​(java.lang.String MQTT_PUBLISHER_ID, java.lang.String MQTT_SERVER_ADDRES, org.eclipse.paho.client.mqttv3.MqttConnectOptions options)
      Gets instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static org.eclipse.paho.client.mqttv3.IMqttClient getInstance​(java.lang.String MQTT_PUBLISHER_ID,
                                                                             java.lang.String MQTT_SERVER_ADDRES,
                                                                             org.eclipse.paho.client.mqttv3.MqttConnectOptions options)
        Gets instance.
        Parameters:
        MQTT_PUBLISHER_ID - the mqtt publisher id
        MQTT_SERVER_ADDRES - the mqtt server addres
        options - the options
        Returns:
        the instance