public class MQTTBrokerConnectionConfiguration extends Object
Constructor and Description |
---|
MQTTBrokerConnectionConfiguration(org.wso2.carbon.event.output.adapter.core.OutputEventAdapterConfiguration eventAdapterConfiguration,
Map<String,String> globalProperties) |
Modifier and Type | Method and Description |
---|---|
String |
getAdapterName() |
String |
getBrokerUrl() |
String |
getDcrUrl() |
int |
getKeepAlive() |
String |
getPassword() |
String |
getScopes() |
String |
getTokenUrl() |
String |
getUsername() |
boolean |
isCleanSession() |
boolean |
isGlobalCredentailSet() |
public String getTokenUrl()
public String getDcrUrl()
public String getScopes()
public String getUsername()
public String getPassword()
public boolean isCleanSession()
public String getBrokerUrl()
public int getKeepAlive()
public String getAdapterName()
public boolean isGlobalCredentailSet()
Copyright © 2017 WSO2. All rights reserved.