Uses of Class
cool.mqtt.hooks.QoS
-
Packages that use QoS Package Description cool.mqtt.hooks cool.mqtt.hooks.utils -
-
Uses of QoS in cool.mqtt.hooks
Methods in cool.mqtt.hooks that return QoS Modifier and Type Method Description QoSMqttMessage. getQos()Gets the Quality of Service level with which this message has been delivered.QoSMqttSubscription. getQos()Gets the maximum Quality Of Service level which the target MQTT broker is allowed to send Application Messages.static QoSQoS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QoS[]QoS. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QoS in cool.mqtt.hooks.utils
Methods in cool.mqtt.hooks.utils with parameters of type QoS Modifier and Type Method Description MqttBrokerConfigBuilderMqttBrokerConfigBuilder. willMessage(java.lang.String topic, byte[] applicationMessage, QoS qos, boolean retain)Sets the Will Message on this builder.
-