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