public class MQTTBrokerConnectionConfiguration extends Object
| Constructor and Description |
|---|
MQTTBrokerConnectionConfiguration(String brokerUrl,
String brokerUsername,
String brokerScopes,
String dcrUrl,
String cleanSession,
int keepAlive,
String contentValidatorClassName,
String contentTransformerClassName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrokerScopes() |
String |
getBrokerUrl() |
String |
getBrokerUsername() |
String |
getContentTransformerClassName() |
String |
getContentValidatorClassName() |
String |
getDcrUrl() |
int |
getKeepAlive() |
boolean |
isCleanSession() |
public String getBrokerScopes()
public String getBrokerUsername()
public boolean isCleanSession()
public String getBrokerUrl()
public String getDcrUrl()
public int getKeepAlive()
public String getContentValidatorClassName()
public String getContentTransformerClassName()
Copyright © 2016 WSO2. All rights reserved.