Package io.micronaut.mqtt.exception
Class DefaultMqttSubscriberExceptionHandler
java.lang.Object
io.micronaut.mqtt.exception.DefaultMqttSubscriberExceptionHandler
- All Implemented Interfaces:
io.micronaut.core.exceptions.ExceptionHandler<MqttSubscriberException>
,MqttSubscriberExceptionHandler
@Singleton
@Primary
public class DefaultMqttSubscriberExceptionHandler
extends Object
implements MqttSubscriberExceptionHandler
The exception handler for subscriber exceptions that is used if the subscriber
does not implement
MqttSubscriberExceptionHandler
.- Since:
- 1.0.0
- Author:
- James Kleeh
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultMqttSubscriberExceptionHandler
public DefaultMqttSubscriberExceptionHandler()
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceio.micronaut.core.exceptions.ExceptionHandler<MqttSubscriberException>
-