1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.eclipse.paho.mqttv5.client;
|
||||
|
||||
public interface MqttClientInterface {
|
||||
|
||||
String getClientId();
|
||||
|
||||
String getServerURI();
|
||||
|
||||
}
|
Reference in New Issue
Block a user