Uses of Class
io.smallrye.reactive.messaging.mqtt.session.RequestedQoS
-
Packages that use RequestedQoS Package Description io.smallrye.reactive.messaging.mqtt.session io.smallrye.reactive.messaging.mqtt.session.impl -
-
Uses of RequestedQoS in io.smallrye.reactive.messaging.mqtt.session
Methods in io.smallrye.reactive.messaging.mqtt.session that return RequestedQoS Modifier and Type Method Description static RequestedQoS
RequestedQoS. valueOf(Integer qos)
Returns the enum constant of this type with the specified name.static RequestedQoS
RequestedQoS. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestedQoS[]
RequestedQoS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.reactive.messaging.mqtt.session with parameters of type RequestedQoS Modifier and Type Method Description io.vertx.core.Future<Integer>
MqttClientSession. subscribe(String topic, RequestedQoS qos)
Subscribes to a single topic with related QoS level. -
Uses of RequestedQoS in io.smallrye.reactive.messaging.mqtt.session.impl
Methods in io.smallrye.reactive.messaging.mqtt.session.impl with parameters of type RequestedQoS Modifier and Type Method Description io.vertx.core.Future<Integer>
MqttClientSessionImpl. subscribe(String topic, RequestedQoS qos)
-