suspend fun MongoClient.saveAwait(collection: String, document: JsonObject): String
Save a document in the specified collection
collection - the collection
collection
document - the document
document
resultHandler - result handler will be provided with the id if document didn't already have one
resultHandler
Return