Package | Description |
---|---|
io.vertx.rxjava3.ext.mongo |
Modifier and Type | Field and Description |
---|---|
static TypeArg<MongoGridFsClient> |
MongoGridFsClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static MongoGridFsClient |
MongoGridFsClient.newInstance(io.vertx.ext.mongo.MongoGridFsClient arg) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Single<MongoGridFsClient> |
MongoClient.createDefaultGridFsBucketService()
Creates a
MongoGridFsClient used to interact with Mongo GridFS. |
io.reactivex.rxjava3.core.Single<MongoGridFsClient> |
MongoClient.createGridFsBucketService(String bucketName)
Creates a
MongoGridFsClient used to interact with Mongo GridFS. |
io.reactivex.rxjava3.core.Single<MongoGridFsClient> |
MongoClient.rxCreateDefaultGridFsBucketService()
Creates a
MongoGridFsClient used to interact with Mongo GridFS. |
io.reactivex.rxjava3.core.Single<MongoGridFsClient> |
MongoClient.rxCreateGridFsBucketService(String bucketName)
Creates a
MongoGridFsClient used to interact with Mongo GridFS. |
Copyright © 2022 Eclipse. All rights reserved.