Package | Description |
---|---|
org.eclipse.paho.client.mqttv3 |
Contains a programming interface enabling applications to communicate with an MQTT server.
|
org.eclipse.paho.client.mqttv3.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
MqttCallbackExtended
Extension of
MqttCallback to allow new callbacks
without breaking the API for existing applications. |
Modifier and Type | Method and Description |
---|---|
void |
MqttClient.setCallback(MqttCallback callback) |
void |
IMqttClient.setCallback(MqttCallback callback)
Sets the callback listener to use for events that happen asynchronously.
|
void |
MqttAsyncClient.setCallback(MqttCallback callback) |
void |
IMqttAsyncClient.setCallback(MqttCallback callback)
Sets a callback listener to use for events that happen asynchronously.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientComms.setCallback(MqttCallback mqttCallback) |
void |
CommsCallback.setCallback(MqttCallback mqttCallback) |