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

dropCollectionAwait

suspend fun MongoClient.dropCollectionAwait(collection: String): Unit

Drop a collection

Parameters

collection - the collection

resultHandler - will be called when complete

Return