Uses of Enum
io.vertx.mqtt.messages.codes.MqttSubAckReasonCode
Packages that use MqttSubAckReasonCode
Package
Description
-
Uses of MqttSubAckReasonCode in io.vertx.mqtt
Method parameters in io.vertx.mqtt with type arguments of type MqttSubAckReasonCodeModifier and TypeMethodDescriptionMqttEndpoint.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
Subclasses with type arguments of type MqttSubAckReasonCode in io.vertx.mqtt.messages.codesMethods in io.vertx.mqtt.messages.codes that return MqttSubAckReasonCodeModifier and TypeMethodDescriptionMqttSubAckReasonCode.limitForMqttVersion(MqttVersion version) static MqttSubAckReasonCodeMqttSubAckReasonCode.qosGranted(MqttQoS qos) static MqttSubAckReasonCodeReturns 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 MqttSubAckReasonCodeModifier and TypeMethodDescriptionMqttEndpoint.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 MqttSubAckReasonCodeModifier and TypeMethodDescriptionMqttEndpoint.subscribeAcknowledge(int subscribeMessageId, List<MqttSubAckReasonCode> reasonCodes, MqttProperties properties) Sends the SUBACK message to the remote MQTT client