| Interface and Description |
|---|
| com.mongodb.reactivestreams.client.gridfs.AsyncInputStream
replaced by the more idiomatic
Publisher<ByteBuffer> instead |
| com.mongodb.reactivestreams.client.gridfs.AsyncOutputStream
replaced by the more idiomatic
Publisher<ByteBuffer> instead |
| com.mongodb.reactivestreams.client.gridfs.GridFSDownloadStream
use
GridFSDownloadPublisher instead |
| com.mongodb.reactivestreams.client.gridfs.GridFSUploadStream
use
GridFSUploadPublisher instead |
| Class and Description |
|---|
| com.mongodb.reactivestreams.client.gridfs.helpers.AsyncStreamHelper
there is no replacement for this class
|