Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.mqtt.MqttConnectionFactory
-
Packages that use MqttConnectionFactory Package Description org.wso2.carbon.inbound.endpoint.protocol.mqtt -
-
Uses of MqttConnectionFactory in org.wso2.carbon.inbound.endpoint.protocol.mqtt
Methods in org.wso2.carbon.inbound.endpoint.protocol.mqtt that return MqttConnectionFactory Modifier and Type Method Description MqttConnectionFactory
MqttConnectionConsumer. getMqttConnectionFactory()
Constructors in org.wso2.carbon.inbound.endpoint.protocol.mqtt with parameters of type MqttConnectionFactory Constructor Description MqttAsyncCallback(org.eclipse.paho.client.mqttv3.MqttAsyncClient mqttAsyncClient, MqttInjectHandler injectHandler, MqttConnectionFactory confac, org.eclipse.paho.client.mqttv3.MqttConnectOptions connectOptions, Properties mqttProperties)
MqttConnectionConsumer(org.eclipse.paho.client.mqttv3.MqttConnectOptions connectOptions, org.eclipse.paho.client.mqttv3.MqttAsyncClient mqttAsyncClient, MqttConnectionFactory confac, Properties mqttProperties, String name)
-