Uses of Enum Class
de.iip_ecosphere.platform.transport.connectors.basics.MqttQoS
Packages that use MqttQoS
Package
Description
Implementation of the default (alternative) connectors.
Some basic reusable protocol-related classes.
-
Uses of MqttQoS in de.iip_ecosphere.platform.transport.connectors
Fields in de.iip_ecosphere.platform.transport.connectors declared as MqttQoSMethods in de.iip_ecosphere.platform.transport.connectors that return MqttQoSModifier and TypeMethodDescriptionTransportParameter.getMqttQoS()Returns the MQTT QoS level (may not apply to other protocols).Methods in de.iip_ecosphere.platform.transport.connectors with parameters of type MqttQoSModifier and TypeMethodDescriptionTransportParameter.TransportParameterBuilder.setMqttQoS(MqttQoS qos) Defines the MQTT QoS level (may not apply to other protocols). -
Uses of MqttQoS in de.iip_ecosphere.platform.transport.connectors.basics
Methods in de.iip_ecosphere.platform.transport.connectors.basics that return MqttQoSModifier and TypeMethodDescriptionstatic MqttQoSMqttQoS.valueOf(int value) Returns the QoS constant for a given value.static MqttQoSReturns the enum constant of this class with the specified name.static MqttQoS[]MqttQoS.values()Returns an array containing the constants of this enum class, in the order they are declared.