See: Description
| Interface | Description |
|---|---|
| AsyncInputStream | Deprecated
replaced by the more idiomatic
Publisher<ByteBuffer> instead |
| AsyncOutputStream | Deprecated
replaced by the more idiomatic
Publisher<ByteBuffer> instead |
| GridFSBucket |
Represents a GridFS Bucket
|
| GridFSDownloadPublisher |
A GridFS Publisher for downloading data from GridFS
|
| GridFSDownloadStream | Deprecated
use
GridFSDownloadPublisher instead |
| GridFSFindPublisher |
Iterable for the GridFS Files Collection.
|
| GridFSUploadPublisher<T> |
A GridFS
Publisher for uploading data into GridFS |
| GridFSUploadStream | Deprecated
use
GridFSUploadPublisher instead |
| Class | Description |
|---|---|
| GridFSBuckets |
A factory for GridFSBucket instances.
|