Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<String> |
MongoGridFsClient.uploadByFileNameWithOptions(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream,
String fileName,
GridFsUploadOptions options)
Like
MongoGridFsClient.uploadByFileNameWithOptions(ReadStream, String, GridFsUploadOptions, Handler) but returns a Future of the asynchronous result |
MongoGridFsClient |
MongoGridFsClient.uploadByFileNameWithOptions(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream,
String fileName,
GridFsUploadOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> resultHandler) |
io.vertx.core.Future<String> |
MongoGridFsClient.uploadFileWithOptions(String fileName,
GridFsUploadOptions options)
Like
MongoGridFsClient.uploadFileWithOptions(String, GridFsUploadOptions, Handler) but returns a Future of the asynchronous result |
MongoGridFsClient |
MongoGridFsClient.uploadFileWithOptions(String fileName,
GridFsUploadOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> resultHandler)
Upload a file to gridfs with options
|
Constructor and Description |
---|
GridFsUploadOptions(GridFsUploadOptions options)
Copy constructor
|
Copyright © 2021 Eclipse. All rights reserved.