suspend fun MongoClient.findOneAwait(collection: String, query: JsonObject, fields: JsonObject): JsonObject
Find a single matching document in the specified collection
query
- the query used to match the document
resultHandler
- will be provided with the document, if any
Return