Class MQTTService

  • All Implemented Interfaces:
    org.apache.iotdb.commons.service.IService

    public class MQTTService
    extends java.lang.Object
    implements org.apache.iotdb.commons.service.IService
    The IoTDB MQTT Service.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.iotdb.commons.service.ServiceType getID()  
      static MQTTService getInstance()  
      void shutdown()  
      void start()  
      void startup()  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.iotdb.commons.service.IService

        shutdown, waitAndStop
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface org.apache.iotdb.commons.service.IService
      • stop

        public void stop()
        Specified by:
        stop in interface org.apache.iotdb.commons.service.IService
      • startup

        public void startup()
      • shutdown

        public void shutdown()
      • getID

        public org.apache.iotdb.commons.service.ServiceType getID()
        Specified by:
        getID in interface org.apache.iotdb.commons.service.IService
      • getInstance

        public static MQTTService getInstance()