suspend fun MqttClient.unsubscribeAwait(topic: String): Int
Suspending version of method io.vertx.mqtt.MqttClient.unsubscribe
topic
- Topic you want to unsubscribe from
Return
NOTE: This function has been automatically generated from io.vertx.mqtt.MqttClient using Vert.x codegen.