Package de.smartsquare.starter.mqtt
Class Mqtt3Connector
-
- All Implemented Interfaces:
-
org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public final class Mqtt3Connector extends MqttConnector
Class responsible for connecting a client (mqtt 3) and subscribing to collected topics.
-
-
Constructor Summary
Constructors Constructor Description Mqtt3Connector(Mqtt3Client client, MqttSubscriberCollector collector, MqttHandler handler, MqttProperties config)
-
Method Summary
-
Methods inherited from class de.smartsquare.starter.mqtt.MqttConnector
getPhase, stop -
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
-
-
Constructor Detail
-
Mqtt3Connector
Mqtt3Connector(Mqtt3Client client, MqttSubscriberCollector collector, MqttHandler handler, MqttProperties config)
-
-
-
-