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

uploadFileAwait

suspend fun MongoGridFsClient.uploadFileAwait(fileName: String): String

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

Parameters

fileName - the name of the file to store in gridfs

Return

String

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