public interface AbstractConfig
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_INFLIGHT_MESSAGES |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getDeviceId() |
String |
getHttpApiBasePath() |
org.eclipse.paho.client.mqttv3.MqttConnectOptions |
getMqttConnectOptions() |
String |
getMqttPassword() |
String |
getMqttServerURI() |
String |
getMqttUsername() |
String |
getOrgId() |
String |
getTypeId() |
boolean |
isCleanSession() |
boolean |
isCleanStart() |
static final int DEFAULT_MAX_INFLIGHT_MESSAGES
String getOrgId()
String getHttpApiBasePath()
String getMqttServerURI()
org.eclipse.paho.client.mqttv3.MqttConnectOptions getMqttConnectOptions()
throws NoSuchAlgorithmException,
KeyManagementException
String getDeviceId()
String getTypeId()
String getClientId()
String getMqttUsername()
String getMqttPassword()
boolean isCleanSession()
boolean isCleanStart()
Copyright © 2019. All rights reserved.