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