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

bulkWriteAwait

suspend fun MongoClient.bulkWriteAwait(collection: String, operations: List<BulkOperation>): MongoClientBulkWriteResult

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

Parameters

collection - the collection

operations - the operations to execute

Return

MongoClientBulkWriteResult

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