Class MqttConnectionListener
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.mqtt.MqttConnectionListener
-
public class MqttConnectionListener extends Object
MQTT connection Listener bounded per MQTT client, this the listener registered per client when mqtt connection is being made. Delegates logic per successful and failed connection scenarios
-
-
Constructor Summary
Constructors Constructor Description MqttConnectionListener(MqttConnectionConsumer mqttConnectionConsumer)
-
-
-
Constructor Detail
-
MqttConnectionListener
public MqttConnectionListener(MqttConnectionConsumer mqttConnectionConsumer)
-
-