vertx / io.vertx.rxjava.mqtt / MqttEndpoint / unsubscribeAcknowledge

unsubscribeAcknowledge

open fun unsubscribeAcknowledge(unsubscribeMessageId: Int): MqttEndpoint

Sends the UNSUBACK message to the remote MQTT client

Parameters

unsubscribeMessageId - identifier of the UNSUBSCRIBE message to acknowledge

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