Uses of Enum
io.vertx.mqtt.messages.codes.MqttUnsubAckReasonCode
Packages that use MqttUnsubAckReasonCode
Package
Description
-
Uses of MqttUnsubAckReasonCode in io.vertx.mqtt
Method parameters in io.vertx.mqtt with type arguments of type MqttUnsubAckReasonCodeModifier and TypeMethodDescriptionMqttEndpoint.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
Subclasses with type arguments of type MqttUnsubAckReasonCode in io.vertx.mqtt.messages.codesModifier and TypeClassDescriptionenumReason codes for UNSUBACK MQTT messageMethods in io.vertx.mqtt.messages.codes that return MqttUnsubAckReasonCodeModifier and TypeMethodDescriptionstatic MqttUnsubAckReasonCodeReturns 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 MqttUnsubAckReasonCodeModifier and TypeMethodDescriptionMqttEndpoint.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 MqttUnsubAckReasonCodeModifier and TypeMethodDescriptionMqttEndpoint.unsubscribeAcknowledge(int unsubscribeMessageId, List<MqttUnsubAckReasonCode> reasonCodes, MqttProperties properties) Sends the UNSUBACK message to the remote MQTT client