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