Package de.smartsquare.starter.mqtt
Class MqttConnector
-
- All Implemented Interfaces:
-
org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public abstract class MqttConnector implements SmartLifecycleBase class for connectors implementing common logic.
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerSMART_LIFECYCLE_PHASE
-
Constructor Summary
Constructors Constructor Description MqttConnector()
-
Method Summary
Modifier and Type Method Description Unitstop()abstract Unitstop(Runnable callback)IntegergetPhase()-
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
-
-