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