Uses of Enum
io.smallrye.reactive.messaging.mqtt.session.RequestedQoS
Packages that use RequestedQoS
Package
Description
-
Uses of RequestedQoS in io.smallrye.reactive.messaging.mqtt.session
Methods in io.smallrye.reactive.messaging.mqtt.session that return RequestedQoSModifier and TypeMethodDescriptionstatic RequestedQoSReturns the enum constant of this type with the specified name.static RequestedQoSReturns 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 RequestedQoSModifier and TypeMethodDescriptionio.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 RequestedQoSModifier and TypeMethodDescriptionio.vertx.core.Future<Integer>MqttClientSessionImpl.subscribe(String topic, RequestedQoS qos)