Interface | Description |
---|---|
MqttSubscriberExceptionHandler |
Responsible for handling exceptions thrown during the subscription process.
|
Class | Description |
---|---|
DefaultMqttSubscriberExceptionHandler |
The exception handler for subscriber exceptions that is used if the subscriber
does not implement
MqttSubscriberExceptionHandler . |
Exception | Description |
---|---|
MqttClientException |
An exception thrown while publishing to MQTT topics.
|
MqttSubscriberException |
An exception thrown while subscribing to MQTT topics.
|