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

dropIndexAwait

suspend fun MongoClient.dropIndexAwait(collection: String, indexName: String): Unit

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

Parameters

collection - the collection

indexName -

the name of the index to remove

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