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 AbstractReconnectStrategyMqttBrokerConnection.reconnectStrategyMethods in org.openhab.core.io.transport.mqtt that return AbstractReconnectStrategyModifier and TypeMethodDescription@Nullable AbstractReconnectStrategyMqttBrokerConnection.getReconnectStrategy()Methods in org.openhab.core.io.transport.mqtt with parameters of type AbstractReconnectStrategyModifier and TypeMethodDescriptionvoidMqttBrokerConnection.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 TypeClassDescriptionclassThis is an implementation of theAbstractReconnectStrategy.