vertx / io.vertx.kotlin.kafka.admin / io.vertx.kafka.admin.KafkaAdminClient / deleteTopicsAwait

deleteTopicsAwait

suspend fun KafkaAdminClient.deleteTopicsAwait(topicNames: List<String>): Unit

Suspending version of method io.vertx.kafka.admin.KafkaAdminClient.deleteTopics

Parameters

topicNames -

the names of the topics to delete

NOTE: This function has been automatically generated from io.vertx.kafka.admin.KafkaAdminClient using Vert.x codegen.