Package 

Interface IThingServer


  • 
    public interface IThingServer
    
                        

    Determine MQTT service connection status

    • Method Summary

      Modifier and Type Method Description
      abstract boolean isServerConnect() Whether MQTT is connected to server.
      • Methods inherited from class java.lang.Object

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

      • isServerConnect

         abstract boolean isServerConnect()

        Whether MQTT is connected to server.