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