Class MqttFailStop
- java.lang.Object
-
- io.smallrye.reactive.messaging.mqtt.MqttFailStop
-
- All Implemented Interfaces:
MqttFailureHandler
public class MqttFailStop extends Object implements MqttFailureHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.smallrye.reactive.messaging.mqtt.MqttFailureHandler
MqttFailureHandler.Strategy
-
-
Constructor Summary
Constructors Constructor Description MqttFailStop(String channel)
-
-
-
Constructor Detail
-
MqttFailStop
public MqttFailStop(String channel)
-
-
Method Detail
-
handle
public CompletionStage<Void> handle(Throwable reason)
- Specified by:
handle
in interfaceMqttFailureHandler
-
-