Package energy.eddie.aiida.utils
Class MqttFactory
java.lang.Object
energy.eddie.aiida.utils.MqttFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.paho.mqttv5.client.MqttAsyncClientgetMqttAsyncClient(String serverURI, String clientId, org.eclipse.paho.mqttv5.client.MqttClientPersistence persistence)
-
Method Details
-
getMqttAsyncClient
public static org.eclipse.paho.mqttv5.client.MqttAsyncClient getMqttAsyncClient(String serverURI, String clientId, @Nullable org.eclipse.paho.mqttv5.client.MqttClientPersistence persistence) throws org.eclipse.paho.mqttv5.common.MqttException - Throws:
org.eclipse.paho.mqttv5.common.MqttException
-