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

createCollectionAwait

suspend fun MongoClient.createCollectionAwait(collectionName: String): Unit

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

Parameters

collectionName -

the name of the collection

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