Package 

Interface DestinationProvider


  • 
    public interface DestinationProvider
    
                        

    This interface exists to act as a common type for MqttClient and MqttMIDPClient so they can be passed to ClientComms without either client class need to know about the other. Specifically, this allows the MIDP client to work without the non-MIDP MqttClient/MqttConnectOptions classes being present.

    • Method Summary

      Modifier and Type Method Description
      abstract MqttTopic getTopic(String topic)
      • Methods inherited from class java.lang.Object

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