| Package | Description | 
|---|---|
| io.vertx.ext.mongo | |
| io.vertx.reactivex.ext.mongo | |
| io.vertx.rxjava.ext.mongo | |
| io.vertx.rxjava3.ext.mongo | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<Long> | MongoGridFsClient. downloadByFileNameWithOptions(WriteStream<Buffer> stream,
                             String fileName,
                             GridFsDownloadOptions options)Like  MongoGridFsClient.downloadByFileNameWithOptions(WriteStream, String, GridFsDownloadOptions, Handler)but returns aFutureof the asynchronous result | 
| MongoGridFsClient | MongoGridFsClient. downloadByFileNameWithOptions(WriteStream<Buffer> stream,
                             String fileName,
                             GridFsDownloadOptions options,
                             Handler<AsyncResult<Long>> resultHandler) | 
| Constructor and Description | 
|---|
| GridFsDownloadOptions(GridFsDownloadOptions options)Copy constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| MongoGridFsClient | MongoGridFsClient. downloadByFileNameWithOptions(WriteStream<Buffer> stream,
                             String fileName,
                             GridFsDownloadOptions options) | 
| MongoGridFsClient | MongoGridFsClient. downloadByFileNameWithOptions(WriteStream<Buffer> stream,
                             String fileName,
                             GridFsDownloadOptions options,
                             Handler<AsyncResult<Long>> resultHandler) | 
| Single<Long> | MongoGridFsClient. rxDownloadByFileNameWithOptions(WriteStream<Buffer> stream,
                               String fileName,
                               GridFsDownloadOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| MongoGridFsClient | MongoGridFsClient. downloadByFileNameWithOptions(WriteStream<Buffer> stream,
                             String fileName,
                             GridFsDownloadOptions options) | 
| MongoGridFsClient | MongoGridFsClient. downloadByFileNameWithOptions(WriteStream<Buffer> stream,
                             String fileName,
                             GridFsDownloadOptions options,
                             Handler<AsyncResult<Long>> resultHandler) | 
| Single<Long> | MongoGridFsClient. rxDownloadByFileNameWithOptions(WriteStream<Buffer> stream,
                               String fileName,
                               GridFsDownloadOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| Single<Long> | MongoGridFsClient. downloadByFileNameWithOptions(WriteStream<Buffer> stream,
                             String fileName,
                             GridFsDownloadOptions options) | 
| Single<Long> | MongoGridFsClient. rxDownloadByFileNameWithOptions(WriteStream<Buffer> stream,
                               String fileName,
                               GridFsDownloadOptions options) | 
Copyright © 2021 Eclipse. All rights reserved.