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

bulkWriteWithOptionsAwait

suspend fun MongoClient.bulkWriteWithOptionsAwait(collection: String, operations: List<BulkOperation>, bulkWriteOptions: BulkWriteOptions): MongoClientBulkWriteResult?

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

Parameters

collection - the collection

operations - the operations to execute

bulkWriteOptions - the write options

Return

MongoClientBulkWriteResult?

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