vertx / io.vertx.kotlin.ext.mongo / io.vertx.ext.mongo.MongoGridFsClient / downloadFileAwait

downloadFileAwait

suspend fun MongoGridFsClient.downloadFileAwait(fileName: String): Long

Suspending version of method io.vertx.ext.mongo.MongoGridFsClient.downloadFile

Parameters

fileName - the name of the file to download

Return

Long

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