Class MqttMessageErrorHandler

  • All Implemented Interfaces:

    
    public class MqttMessageErrorHandler
    
                        

    Class responsible for handling errors happening during message delivery. Writes logs per default but can be overridden by consumers.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit handle(MqttMessageException error) Handles the given error that occurred during the delivery of an MQTT message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MqttMessageErrorHandler

        MqttMessageErrorHandler()