vertx / io.vertx.reactivex.mqtt / MqttEndpoint / publishComplete

publishComplete

open fun publishComplete(publishMessageId: Int): MqttEndpoint

Sends the PUBCOMP 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