com.eurotech.framework.core.data.transport.mqtt
Class MqttClientConfiguration

java.lang.Object
  extended by com.eurotech.framework.core.data.transport.mqtt.MqttClientConfiguration

public class MqttClientConfiguration
extends Object


Nested Class Summary
static class MqttClientConfiguration.PersistenceType
           
 
Constructor Summary
MqttClientConfiguration(String brokerUrl, String clientId, MqttClientConfiguration.PersistenceType persistenceType, org.eclipse.paho.client.mqttv3.MqttConnectOptions connectOptions)
           
 
Method Summary
 String getBrokerUrl()
           
 String getClientId()
           
 org.eclipse.paho.client.mqttv3.MqttConnectOptions getConnectOptions()
           
 MqttClientConfiguration.PersistenceType getPersistenceType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MqttClientConfiguration

public MqttClientConfiguration(String brokerUrl,
                               String clientId,
                               MqttClientConfiguration.PersistenceType persistenceType,
                               org.eclipse.paho.client.mqttv3.MqttConnectOptions connectOptions)
Method Detail

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.