Class MqttUtils
java.lang.Object
org.springframework.integration.mqtt.support.MqttUtils
MQTT Utilities.
- Since:
- 5.4
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-