Uses of Interface
io.vertx.ext.mongo.MongoGridFsClient
-
-
Uses of MongoGridFsClient in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return types with arguments of type MongoGridFsClient Modifier and Type Method Description Future<MongoGridFsClient>
MongoClient. createDefaultGridFsBucketService()
Creates aMongoGridFsClient
used to interact with Mongo GridFS.Future<MongoGridFsClient>
MongoClient. createGridFsBucketService(String bucketName)
Creates aMongoGridFsClient
used to interact with Mongo GridFS.
-