suspend fun MongoClient.saveWithOptionsAwait(collection: String, document: JsonObject, writeOption: WriteOption): String?
Suspending version of method io.vertx.ext.mongo.MongoClient.saveWithOptions
writeOption
- the write option to use
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.