Uses of Enum
io.vertx.mqtt.messages.codes.MqttPubRelReasonCode
Packages that use MqttPubRelReasonCode
Package
Description
-
Uses of MqttPubRelReasonCode in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type MqttPubRelReasonCodeModifier and TypeMethodDescriptionMqttEndpoint.publishRelease(int publishMessageId, MqttPubRelReasonCode reasonCode, MqttProperties properties) Sends the PUBREL message to the remote MQTT client -
Uses of MqttPubRelReasonCode in io.vertx.mqtt.messages
Methods in io.vertx.mqtt.messages that return MqttPubRelReasonCodeMethods in io.vertx.mqtt.messages with parameters of type MqttPubRelReasonCodeModifier and TypeMethodDescriptionstatic MqttPubRelMessageMqttPubRelMessage.create(int messageId, MqttPubRelReasonCode code, MqttProperties properties) Create a concrete instance of a Vert.x pubrel message -
Uses of MqttPubRelReasonCode in io.vertx.mqtt.messages.codes
Subclasses with type arguments of type MqttPubRelReasonCode in io.vertx.mqtt.messages.codesMethods in io.vertx.mqtt.messages.codes that return MqttPubRelReasonCodeModifier and TypeMethodDescriptionstatic MqttPubRelReasonCodeMqttPubRelReasonCode.valueOf(byte b) Returns the enum constant of this type with the specified name.static MqttPubRelReasonCodeReturns the enum constant of this type with the specified name.static MqttPubRelReasonCode[]MqttPubRelReasonCode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MqttPubRelReasonCode in io.vertx.reactivex.mqtt
Methods in io.vertx.reactivex.mqtt with parameters of type MqttPubRelReasonCodeModifier and TypeMethodDescriptionMqttEndpoint.publishRelease(int publishMessageId, MqttPubRelReasonCode reasonCode, MqttProperties properties) Sends the PUBREL message to the remote MQTT client -
Uses of MqttPubRelReasonCode in io.vertx.reactivex.mqtt.messages
Methods in io.vertx.reactivex.mqtt.messages that return MqttPubRelReasonCodeMethods in io.vertx.reactivex.mqtt.messages with parameters of type MqttPubRelReasonCodeModifier and TypeMethodDescriptionstatic MqttPubRelMessageMqttPubRelMessage.create(int messageId, MqttPubRelReasonCode code, MqttProperties properties) Create a concrete instance of a Vert.x pubrel message -
Uses of MqttPubRelReasonCode in io.vertx.rxjava3.mqtt
Methods in io.vertx.rxjava3.mqtt with parameters of type MqttPubRelReasonCodeModifier and TypeMethodDescriptionMqttEndpoint.publishRelease(int publishMessageId, MqttPubRelReasonCode reasonCode, MqttProperties properties) Sends the PUBREL message to the remote MQTT client -
Uses of MqttPubRelReasonCode in io.vertx.rxjava3.mqtt.messages
Methods in io.vertx.rxjava3.mqtt.messages that return MqttPubRelReasonCodeMethods in io.vertx.rxjava3.mqtt.messages with parameters of type MqttPubRelReasonCodeModifier and TypeMethodDescriptionstatic MqttPubRelMessageMqttPubRelMessage.create(int messageId, MqttPubRelReasonCode code, MqttProperties properties) Create a concrete instance of a Vert.x pubrel message