Uses of Class
org.openhab.core.io.transport.mqtt.reconnect.AbstractReconnectStrategy
Packages that use AbstractReconnectStrategy
-
Uses of AbstractReconnectStrategy in org.openhab.core.io.transport.mqtt
Fields in org.openhab.core.io.transport.mqtt declared as AbstractReconnectStrategyModifier and TypeFieldDescriptionprotected @Nullable AbstractReconnectStrategy
MqttBrokerConnection.reconnectStrategy
Methods in org.openhab.core.io.transport.mqtt that return AbstractReconnectStrategyModifier and TypeMethodDescription@Nullable AbstractReconnectStrategy
MqttBrokerConnection.getReconnectStrategy()
Methods in org.openhab.core.io.transport.mqtt with parameters of type AbstractReconnectStrategyModifier and TypeMethodDescriptionvoid
MqttBrokerConnection.setReconnectStrategy
(AbstractReconnectStrategy reconnectStrategy) Set the reconnect strategy. -
Uses of AbstractReconnectStrategy in org.openhab.core.io.transport.mqtt.reconnect
Subclasses of AbstractReconnectStrategy in org.openhab.core.io.transport.mqtt.reconnectModifier and TypeClassDescriptionclass
This is an implementation of theAbstractReconnectStrategy
.