suspend fun MongoClient.bulkWriteAwait(collection: String, operations: List<BulkOperation>): MongoClientBulkWriteResult
Suspending version of method io.vertx.ext.mongo.MongoClient.bulkWrite
operations
- the operations to execute
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.