Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<Long> |
MongoGridFsClient.downloadByFileNameWithOptions(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> stream,
String fileName,
GridFsDownloadOptions options)
Like
MongoGridFsClient.downloadByFileNameWithOptions(WriteStream, String, GridFsDownloadOptions, Handler) but returns a Future of the asynchronous result |
MongoGridFsClient |
MongoGridFsClient.downloadByFileNameWithOptions(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> stream,
String fileName,
GridFsDownloadOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Long>> resultHandler) |
Constructor and Description |
---|
GridFsDownloadOptions(GridFsDownloadOptions options)
Copy constructor
|
Copyright © 2021 Eclipse. All rights reserved.