public class AwsIotMqttClientListener extends Object implements org.eclipse.paho.client.mqttv3.MqttCallback
Constructor and Description |
---|
AwsIotMqttClientListener(AbstractAwsIotClient client) |
Modifier and Type | Method and Description |
---|---|
void |
connectionLost(Throwable arg0) |
void |
deliveryComplete(org.eclipse.paho.client.mqttv3.IMqttDeliveryToken arg0) |
void |
messageArrived(String topic,
org.eclipse.paho.client.mqttv3.MqttMessage arg1) |
public AwsIotMqttClientListener(AbstractAwsIotClient client)
public void connectionLost(Throwable arg0)
connectionLost
in interface org.eclipse.paho.client.mqttv3.MqttCallback
public void deliveryComplete(org.eclipse.paho.client.mqttv3.IMqttDeliveryToken arg0)
deliveryComplete
in interface org.eclipse.paho.client.mqttv3.MqttCallback
Copyright © 2020. All rights reserved.