suspend fun KafkaAdminClient.describeTopicsAwait(topicNames: List<String>): Map<String, TopicDescription>
Suspending version of method io.vertx.kafka.admin.KafkaAdminClient.describeTopics
topicNames
- the names of the topics to describe
Return
NOTE: This function has been automatically generated from io.vertx.kafka.admin.KafkaAdminClient using Vert.x codegen.