suspend fun MongoClient.bulkWriteAwait(collection: String, operations: List<BulkOperation>): MongoClientBulkWriteResult
Execute a bulk operation. Can insert, update, replace, and/or delete multiple documents with one request.
operations
- the operations to execute
resultHandler
- will be called with a io.vertx.ext.mongo.MongoClientBulkWriteResult when complete
Return