suspend fun MongoClient.findOneAndDeleteAwait(collection: String, query: JsonObject): JsonObject?
Suspending version of method io.vertx.ext.mongo.MongoClient.findOneAndDelete
query
- the query used to match the document
Return
NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.