vertx / io.vertx.rxjava.mqtt / MqttEndpoint / publishAcknowledge

publishAcknowledge

open fun publishAcknowledge(publishMessageId: Int): MqttEndpoint

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