Uses of Class
org.openhab.core.io.transport.mqtt.MqttBrokerConnection
Packages that use MqttBrokerConnection
-
Uses of MqttBrokerConnection in org.openhab.core.io.transport.mqtt
Constructors in org.openhab.core.io.transport.mqtt with parameters of type MqttBrokerConnection -
Uses of MqttBrokerConnection in org.openhab.core.io.transport.mqtt.reconnect
Fields in org.openhab.core.io.transport.mqtt.reconnect declared as MqttBrokerConnectionModifier and TypeFieldDescriptionprotected @Nullable MqttBrokerConnection
AbstractReconnectStrategy.brokerConnection
Methods in org.openhab.core.io.transport.mqtt.reconnect that return MqttBrokerConnectionModifier and TypeMethodDescription@Nullable MqttBrokerConnection
AbstractReconnectStrategy.getBrokerConnection()
Return the brokerConnection object that this reconnect policy is assigned to.Methods in org.openhab.core.io.transport.mqtt.reconnect with parameters of type MqttBrokerConnectionModifier and TypeMethodDescriptionvoid
AbstractReconnectStrategy.setBrokerConnection
(MqttBrokerConnection mqttBrokerConnectionImpl) Will be called by .