Package 

Interface MqttFlowRespParseListener

    • Method Summary

      Modifier and Type Method Description
      abstract String getLocalKey(String topicId)
      abstract void onError(String errorCode, String errorMsg)
      abstract void onSuccess(String topicId, Array<byte> data)
      • Methods inherited from class java.lang.Object

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

      • getLocalKey

         abstract String getLocalKey(String topicId)
      • onError

         abstract void onError(String errorCode, String errorMsg)
      • onSuccess

         abstract void onSuccess(String topicId, Array<byte> data)