Interface MqttFailureHandler
-
- All Known Implementing Classes:
MqttFailStop
,MqttIgnoreFailure
public interface MqttFailureHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MqttFailureHandler.Strategy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>
handle(Throwable reason)
-
-
-
Method Detail
-
handle
CompletionStage<Void> handle(Throwable reason)
-
-