package org.eclipse.paho.mqttv5.client;

/* JADX INFO: loaded from: classes2.dex */
public interface MqttClientInterface {
    String getClientId();

    String getServerURI();
}
