suspend fun MongoClient.findWithOptionsAwait(collection: String, query: JsonObject, options: FindOptions): List<JsonObject>
Suspending version of method io.vertx.ext.mongo.MongoClient.findWithOptions
query
- query used to match documents
options
- options to configure the find
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.