Uses of Class
io.vertx.rxjava3.mqtt.messages.MqttPubRelMessage
Packages that use MqttPubRelMessage
-
Uses of MqttPubRelMessage in io.vertx.rxjava3.mqtt
Method parameters in io.vertx.rxjava3.mqtt with type arguments of type MqttPubRelMessageModifier and TypeMethodDescriptionMqttEndpoint.publishReleaseMessageHandler(Handler<MqttPubRelMessage> handler) Set the pubrel handler on the MQTT endpoint. -
Uses of MqttPubRelMessage in io.vertx.rxjava3.mqtt.messages
Fields in io.vertx.rxjava3.mqtt.messages with type parameters of type MqttPubRelMessageModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<MqttPubRelMessage> MqttPubRelMessage.__TYPE_ARGMethods in io.vertx.rxjava3.mqtt.messages that return MqttPubRelMessageModifier and TypeMethodDescriptionstatic MqttPubRelMessageMqttPubRelMessage.create(int messageId, MqttPubRelReasonCode code, MqttProperties properties) Create a concrete instance of a Vert.x pubrel messagestatic MqttPubRelMessageMqttPubRelMessage.newInstance(MqttPubRelMessage arg)