vertx / io.vertx.kotlin.ext.mongo / io.vertx.ext.mongo.MongoService / findOneAndUpdateWithOptionsAwait

findOneAndUpdateWithOptionsAwait

suspend fun MongoService.findOneAndUpdateWithOptionsAwait(collection: String, query: JsonObject, update: JsonObject, findOptions: FindOptions, updateOptions: UpdateOptions): JsonObject