suspend fun MongoClient.replaceDocumentsAwait(collection: String, query: JsonObject, replace: JsonObject): MongoClientUpdateResult?
Suspending version of method io.vertx.ext.mongo.MongoClient.replaceDocuments
query
- query used to match the documents
replace
- all matching documents will be replaced with this
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.