vertx / io.vertx.kotlin.ext.mongo / io.vertx.ext.mongo.MongoClient / listIndexesAwait

listIndexesAwait

suspend fun MongoClient.listIndexesAwait(collection: String): JsonArray

Suspending version of method io.vertx.ext.mongo.MongoClient.listIndexes

Parameters

collection - the collection

Return

JsonArray

NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.