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 aMongoGridFsClientused to interact with Mongo GridFS.Future<MongoGridFsClient>MongoClient. createGridFsBucketService(String bucketName)Creates aMongoGridFsClientused to interact with Mongo GridFS.
-