Uses of Enum Class
org.openhab.core.io.transport.mqtt.MqttConnectionState
Packages that use MqttConnectionState
-
Uses of MqttConnectionState in org.openhab.core.io.transport.mqtt
Methods in org.openhab.core.io.transport.mqtt that return MqttConnectionStateModifier and TypeMethodDescriptionMqttBrokerConnection.connectionState()Returns the connection statestatic MqttConnectionStateReturns the enum constant of this class with the specified name.static MqttConnectionState[]MqttConnectionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.io.transport.mqtt with parameters of type MqttConnectionStateModifier and TypeMethodDescriptionvoidMqttConnectionObserver.connectionStateChanged(MqttConnectionState state, @Nullable Throwable error) Inform the observer if a connection could be established or if a connection is lost.