public class MQTTBrokerConnectionConfiguration extends Object
Constructor and Description |
---|
MQTTBrokerConnectionConfiguration(org.wso2.carbon.event.input.adapter.core.InputEventAdapterConfiguration eventAdapterConfiguration,
Map<String,String> globalProperties) |
Modifier and Type | Method and Description |
---|---|
String |
getAdapterName() |
String |
getBrokerScopes() |
String |
getBrokerUrl() |
String |
getContentTransformerType() |
String |
getContentValidatorType() |
String |
getDcrUrl() |
int |
getKeepAlive() |
String |
getPassword() |
String |
getUsername() |
boolean |
isCleanSession() |
boolean |
isGlobalCredentailSet() |
public MQTTBrokerConnectionConfiguration(org.wso2.carbon.event.input.adapter.core.InputEventAdapterConfiguration eventAdapterConfiguration, Map<String,String> globalProperties) throws org.wso2.carbon.event.input.adapter.core.exception.InputEventAdapterException
org.wso2.carbon.event.input.adapter.core.exception.InputEventAdapterException
public String getBrokerScopes()
public String getUsername()
public String getPassword()
public boolean isCleanSession()
public String getBrokerUrl()
public String getDcrUrl()
public int getKeepAlive()
public String getContentValidatorType()
public String getContentTransformerType()
public boolean isGlobalCredentailSet()
public String getAdapterName()
Copyright © 2017 WSO2. All rights reserved.