Class MqttConnector

  • All Implemented Interfaces:
    org.springframework.context.Lifecycle , org.springframework.context.Phased , org.springframework.context.SmartLifecycle

    
    public abstract class MqttConnector
     implements SmartLifecycle
                        

    Base class for connectors implementing common logic.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MqttConnector()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit stop()
      abstract Unit stop(Runnable callback)
      Integer getPhase()
      • Methods inherited from class org.springframework.context.Lifecycle

        isRunning, start
      • Methods inherited from class org.springframework.context.SmartLifecycle

        isAutoStartup
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait