Class MqttClientFactory
java.lang.Object
org.frankframework.extensions.mqtt.MqttClientFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
closeMqttClient
(org.eclipse.paho.client.mqttv3.MqttClient client) org.eclipse.paho.client.mqttv3.MqttClient
toString()
-
Constructor Details
-
MqttClientFactory
-
-
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
-