suspend fun MongoClient.findWithOptionsAwait(collection: String, query: JsonObject, options: FindOptions): List<JsonObject>
Find matching documents in the specified collection, specifying options
query
- query used to match documents
options
- options to configure the find
resultHandler
- will be provided with list of documents
Return