![JAR search and dependency download from the Maven repository](/logo.png)
plus.extvos.mqtt.helpers.MqttConnectOptionsAdapter Maven / Gradle / Ivy
package plus.extvos.mqtt.helpers;
import org.eclipse.paho.client.mqttv3.MqttConnectOptions;
/**
* Alter MqttConnectOptions
*
* @author tocrhz
*/
@FunctionalInterface
public interface MqttConnectOptionsAdapter {
/**
* Alter MqttConnectOptions
*
* @param clientId 客户端ID
* @param options MqttConnectOptions
*/
void configure(String clientId, MqttConnectOptions options);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy