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

getCollectionsAwait

suspend fun MongoClient.getCollectionsAwait(): List<String>

Get a list of all collections in the database.

Parameters

resultHandler - will be called with a list of collections.

Return