Uses of Class
com.eurotech.framework.core.data.transport.mqtt.MqttClientConfiguration.PersistenceType

Packages that use MqttClientConfiguration.PersistenceType
com.eurotech.framework.core.data.transport.mqtt   
 

Uses of MqttClientConfiguration.PersistenceType in com.eurotech.framework.core.data.transport.mqtt
 

Methods in com.eurotech.framework.core.data.transport.mqtt that return MqttClientConfiguration.PersistenceType
 MqttClientConfiguration.PersistenceType MqttClientConfiguration.getPersistenceType()
           
static MqttClientConfiguration.PersistenceType MqttClientConfiguration.PersistenceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MqttClientConfiguration.PersistenceType[] MqttClientConfiguration.PersistenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.eurotech.framework.core.data.transport.mqtt with parameters of type MqttClientConfiguration.PersistenceType
MqttClientConfiguration(String brokerUrl, String clientId, MqttClientConfiguration.PersistenceType persistenceType, org.eclipse.paho.client.mqttv3.MqttConnectOptions connectOptions)
           
 



Copyright © 2013. All Rights Reserved.