Uses of Class
io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
-
Packages that use MqttSubAckReasonCode Package Description io.vertx.mqtt io.vertx.mqtt.messages.codes io.vertx.reactivex.mqtt io.vertx.rxjava3.mqtt -
-
Uses of MqttSubAckReasonCode in io.vertx.mqtt
Method parameters in io.vertx.mqtt with type arguments of type MqttSubAckReasonCode Modifier and Type Method Description MqttEndpoint
MqttEndpoint. subscribeAcknowledge(int subscribeMessageId, List<MqttSubAckReasonCode> reasonCodes, MqttProperties properties)
Sends the SUBACK message to the remote MQTT client -
Uses of MqttSubAckReasonCode in io.vertx.mqtt.messages.codes
Methods in io.vertx.mqtt.messages.codes that return MqttSubAckReasonCode Modifier and Type Method Description MqttSubAckReasonCode
MqttSubAckReasonCode. limitForMqttVersion(MqttVersion version)
static MqttSubAckReasonCode
MqttSubAckReasonCode. qosGranted(MqttQoS qos)
static MqttSubAckReasonCode
MqttSubAckReasonCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MqttSubAckReasonCode[]
MqttSubAckReasonCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MqttSubAckReasonCode in io.vertx.reactivex.mqtt
Method parameters in io.vertx.reactivex.mqtt with type arguments of type MqttSubAckReasonCode Modifier and Type Method Description MqttEndpoint
MqttEndpoint. subscribeAcknowledge(int subscribeMessageId, List<MqttSubAckReasonCode> reasonCodes, MqttProperties properties)
Sends the SUBACK message to the remote MQTT client -
Uses of MqttSubAckReasonCode in io.vertx.rxjava3.mqtt
Method parameters in io.vertx.rxjava3.mqtt with type arguments of type MqttSubAckReasonCode Modifier and Type Method Description MqttEndpoint
MqttEndpoint. subscribeAcknowledge(int subscribeMessageId, List<MqttSubAckReasonCode> reasonCodes, MqttProperties properties)
Sends the SUBACK message to the remote MQTT client
-