vertx / io.vertx.kotlin.ext.mongo / io.vertx.ext.mongo.MongoClient / findWithOptionsAwait

findWithOptionsAwait

suspend fun MongoClient.findWithOptionsAwait(collection: String, query: JsonObject, options: FindOptions): List<JsonObject>

Suspending version of method io.vertx.ext.mongo.MongoClient.findWithOptions

Parameters

collection - the collection

query - query used to match documents

options - options to configure the find

Return

List

NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.