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