Package 

Interface IThingMqttChannel

    • Method Summary

      Modifier and Type Method Description
      abstract void registerMqttRetainChannelListener(IThingMqttRetainChannelListener listener)
      abstract void unRegisterMqttRetainChannelListener(IThingMqttRetainChannelListener listener)
      abstract void sendDeviceMqttMessage(String devId, HashMap<String, Object> data, int protocol, IResultCallback callback)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait