vertx / io.vertx.kotlin.mqtt / io.vertx.mqtt.MqttClient / unsubscribeAwait

unsubscribeAwait

suspend fun MqttClient.unsubscribeAwait(topic: String): Int

Suspending version of method io.vertx.mqtt.MqttClient.unsubscribe

Parameters

topic - Topic you want to unsubscribe from

Return

Int

NOTE: This function has been automatically generated from io.vertx.mqtt.MqttClient using Vert.x codegen.