All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.paho.mqttv5.client.MqttClientInterface Maven / Gradle / Ivy

The newest version!
package org.eclipse.paho.mqttv5.client;

public interface MqttClientInterface {
	
	String getClientId();
	
	String getServerURI();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy