Uses of Class
io.vertx.mqtt.messages.codes.MqttPubRelReasonCode
-
-
Uses of MqttPubRelReasonCode in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type MqttPubRelReasonCode Modifier and Type Method Description MqttEndpoint
MqttEndpoint. 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 MqttPubRelReasonCode Modifier and Type Method Description MqttPubRelReasonCode
MqttPubRelMessage. code()
Methods in io.vertx.mqtt.messages with parameters of type MqttPubRelReasonCode Modifier and Type Method Description static MqttPubRelMessage
MqttPubRelMessage. 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
Methods in io.vertx.mqtt.messages.codes that return MqttPubRelReasonCode Modifier and Type Method Description static MqttPubRelReasonCode
MqttPubRelReasonCode. valueOf(byte b)
Returns the enum constant of this type with the specified name.static MqttPubRelReasonCode
MqttPubRelReasonCode. valueOf(String name)
Returns 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 MqttPubRelReasonCode Modifier and Type Method Description MqttEndpoint
MqttEndpoint. 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 MqttPubRelReasonCode Modifier and Type Method Description MqttPubRelReasonCode
MqttPubRelMessage. code()
Methods in io.vertx.reactivex.mqtt.messages with parameters of type MqttPubRelReasonCode Modifier and Type Method Description static MqttPubRelMessage
MqttPubRelMessage. 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 MqttPubRelReasonCode Modifier and Type Method Description MqttEndpoint
MqttEndpoint. 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 MqttPubRelReasonCode Modifier and Type Method Description MqttPubRelReasonCode
MqttPubRelMessage. code()
Methods in io.vertx.rxjava3.mqtt.messages with parameters of type MqttPubRelReasonCode Modifier and Type Method Description static MqttPubRelMessage
MqttPubRelMessage. create(int messageId, MqttPubRelReasonCode code, MqttProperties properties)
Create a concrete instance of a Vert.x pubrel message
-