Class MqttClientFactory

java.lang.Object
org.frankframework.extensions.mqtt.MqttClientFactory

public class MqttClientFactory extends Object
  • Constructor Details

  • Method Details

    • createMqttClient

      public org.eclipse.paho.client.mqttv3.MqttClient createMqttClient() throws org.eclipse.paho.client.mqttv3.MqttException
      Throws:
      org.eclipse.paho.client.mqttv3.MqttException
    • closeMqttClient

      public void closeMqttClient(org.eclipse.paho.client.mqttv3.MqttClient client) throws org.eclipse.paho.client.mqttv3.MqttException
      Throws:
      org.eclipse.paho.client.mqttv3.MqttException
    • toString

      public String toString()
      Overrides:
      toString in class Object