Uses of Class
org.openhab.core.io.transport.mqtt.reconnect.AbstractReconnectStrategy
-
Uses of AbstractReconnectStrategy in org.openhab.core.io.transport.mqtt
Modifier and TypeFieldDescriptionprotected @Nullable AbstractReconnectStrategy
MqttBrokerConnection.reconnectStrategy
Modifier and TypeMethodDescription@Nullable AbstractReconnectStrategy
MqttBrokerConnection.getReconnectStrategy()
Modifier and TypeMethodDescriptionvoid
MqttBrokerConnection.setReconnectStrategy
(AbstractReconnectStrategy reconnectStrategy) Set the reconnect strategy. -
Uses of AbstractReconnectStrategy in org.openhab.core.io.transport.mqtt.reconnect
Modifier and TypeClassDescriptionclass
This is an implementation of theAbstractReconnectStrategy
.