vertx / io.vertx.rxjava.mqtt / MqttEndpoint / publishRelease

publishRelease

open fun publishRelease(publishMessageId: Int): MqttEndpoint

Sends the PUBREL message to the remote MQTT client

Parameters

publishMessageId - identifier of the PUBLISH message to acknowledge

Return
a reference to this, so the API can be used fluently