suspend fun KafkaAdminClient.deleteTopicsAwait(topicNames: List<String>): Unit
Suspending version of method io.vertx.kafka.admin.KafkaAdminClient.deleteTopics
the names of the topics to delete
NOTE: This function has been automatically generated from io.vertx.kafka.admin.KafkaAdminClient using Vert.x codegen.