vertx / io.vertx.kotlin.ext.mongo / io.vertx.ext.mongo.MongoClient / distinctAwait

distinctAwait

suspend fun MongoClient.distinctAwait(collection: String, fieldName: String, resultClassname: String): JsonArray

Suspending version of method io.vertx.ext.mongo.MongoClient.distinct

Parameters

collection - the collection

fieldName - the field name

resultClassname -

Return

JsonArray

NOTE: This function has been automatically generated from io.vertx.ext.mongo.MongoClient using Vert.x codegen.