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

describeTopicsAwait

suspend fun KafkaAdminClient.describeTopicsAwait(topicNames: List<String>): Map<String, TopicDescription>

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

Parameters

topicNames - the names of the topics to describe

Return

MapString,TopicDescription

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