Class MqttUtils
java.lang.Object
org.springframework.integration.mqtt.support.MqttUtils
public final class MqttUtils extends Object
MQTT Utilities
- Since:
- 5.4
- Author:
- Gary Russell
-
Method Summary
Modifier and Type Method Description static org.eclipse.paho.client.mqttv3.MqttConnectOptions
cloneConnectOptions(org.eclipse.paho.client.mqttv3.MqttConnectOptions options)
Clone theMqttConnectOptions
, except the serverUris.
-
Method Details
-
cloneConnectOptions
public static org.eclipse.paho.client.mqttv3.MqttConnectOptions cloneConnectOptions(org.eclipse.paho.client.mqttv3.MqttConnectOptions options)Clone theMqttConnectOptions
, except the serverUris.- Parameters:
options
- the options to clone.- Returns:
- the clone.
-