java.lang.Object
org.springframework.integration.mqtt.support.MqttUtils

public final class MqttUtils
extends java.lang.Object
MQTT Utilities
Since:
5.4
  • Method Summary

    Modifier and Type Method Description
    static org.eclipse.paho.client.mqttv3.MqttConnectOptions cloneConnectOptions​(org.eclipse.paho.client.mqttv3.MqttConnectOptions options)
    Clone the MqttConnectOptions, except the serverUris.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • cloneConnectOptions

      public static org.eclipse.paho.client.mqttv3.MqttConnectOptions cloneConnectOptions​(org.eclipse.paho.client.mqttv3.MqttConnectOptions options)
      Clone the MqttConnectOptions, except the serverUris.
      Parameters:
      options - the options to clone.
      Returns:
      the clone.