Package io.micronaut.mqtt.exception
Interface MqttSubscriberExceptionHandler
- All Superinterfaces:
io.micronaut.core.exceptions.ExceptionHandler<MqttSubscriberException>
- All Known Implementing Classes:
DefaultMqttSubscriberExceptionHandler
@DefaultImplementation(DefaultMqttSubscriberExceptionHandler.class)
public interface MqttSubscriberExceptionHandler
extends io.micronaut.core.exceptions.ExceptionHandler<MqttSubscriberException>
Responsible for handling exceptions thrown during the subscription process. Can be
implemented in
MqttSubscriber
beans to handle
exceptions thrown specific to that class.
Replace this with your own Primary
bean to handle
exceptions not handled by any other listeners.- Since:
- 1.0.0
- Author:
- James Kleeh
-
Method Summary
Methods inherited from interface io.micronaut.core.exceptions.ExceptionHandler
handle