com.eurotech.framework.core.data.transport.mqtt
Class MqttClientConfiguration
java.lang.Object
com.eurotech.framework.core.data.transport.mqtt.MqttClientConfiguration
public class MqttClientConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MqttClientConfiguration
public MqttClientConfiguration(String brokerUrl,
String clientId,
MqttClientConfiguration.PersistenceType persistenceType,
org.eclipse.paho.client.mqttv3.MqttConnectOptions connectOptions)
getBrokerUrl
public String getBrokerUrl()
getClientId
public String getClientId()
getPersistenceType
public MqttClientConfiguration.PersistenceType getPersistenceType()
getConnectOptions
public org.eclipse.paho.client.mqttv3.MqttConnectOptions getConnectOptions()
Copyright © 2013. All Rights Reserved.