Uses of Class
io.vertx.mqtt.messages.codes.MqttPubRecReasonCode
-
-
Uses of MqttPubRecReasonCode in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type MqttPubRecReasonCode Modifier and Type Method Description MqttEndpoint
MqttEndpoint. publishReceived(int publishMessageId, MqttPubRecReasonCode reasonCode, MqttProperties properties)
Sends the PUBREC message to the remote MQTT client -
Uses of MqttPubRecReasonCode in io.vertx.mqtt.messages
Methods in io.vertx.mqtt.messages that return MqttPubRecReasonCode Modifier and Type Method Description MqttPubRecReasonCode
MqttPubRecMessage. code()
Methods in io.vertx.mqtt.messages with parameters of type MqttPubRecReasonCode Modifier and Type Method Description static MqttPubRecMessage
MqttPubRecMessage. create(int messageId, MqttPubRecReasonCode code, MqttProperties properties)
Create a concrete instance of a Vert.x pubrec message -
Uses of MqttPubRecReasonCode in io.vertx.mqtt.messages.codes
Methods in io.vertx.mqtt.messages.codes that return MqttPubRecReasonCode Modifier and Type Method Description static MqttPubRecReasonCode
MqttPubRecReasonCode. valueOf(byte b)
Returns the enum constant of this type with the specified name.static MqttPubRecReasonCode
MqttPubRecReasonCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MqttPubRecReasonCode[]
MqttPubRecReasonCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MqttPubRecReasonCode in io.vertx.reactivex.mqtt
Methods in io.vertx.reactivex.mqtt with parameters of type MqttPubRecReasonCode Modifier and Type Method Description MqttEndpoint
MqttEndpoint. publishReceived(int publishMessageId, MqttPubRecReasonCode reasonCode, MqttProperties properties)
Sends the PUBREC message to the remote MQTT client -
Uses of MqttPubRecReasonCode in io.vertx.reactivex.mqtt.messages
Methods in io.vertx.reactivex.mqtt.messages that return MqttPubRecReasonCode Modifier and Type Method Description MqttPubRecReasonCode
MqttPubRecMessage. code()
Methods in io.vertx.reactivex.mqtt.messages with parameters of type MqttPubRecReasonCode Modifier and Type Method Description static MqttPubRecMessage
MqttPubRecMessage. create(int messageId, MqttPubRecReasonCode code, MqttProperties properties)
Create a concrete instance of a Vert.x pubrec message -
Uses of MqttPubRecReasonCode in io.vertx.rxjava3.mqtt
Methods in io.vertx.rxjava3.mqtt with parameters of type MqttPubRecReasonCode Modifier and Type Method Description MqttEndpoint
MqttEndpoint. publishReceived(int publishMessageId, MqttPubRecReasonCode reasonCode, MqttProperties properties)
Sends the PUBREC message to the remote MQTT client -
Uses of MqttPubRecReasonCode in io.vertx.rxjava3.mqtt.messages
Methods in io.vertx.rxjava3.mqtt.messages that return MqttPubRecReasonCode Modifier and Type Method Description MqttPubRecReasonCode
MqttPubRecMessage. code()
Methods in io.vertx.rxjava3.mqtt.messages with parameters of type MqttPubRecReasonCode Modifier and Type Method Description static MqttPubRecMessage
MqttPubRecMessage. create(int messageId, MqttPubRecReasonCode code, MqttProperties properties)
Create a concrete instance of a Vert.x pubrec message
-