Class ReactiveGridFsUpload<ID>

java.lang.Object
org.springframework.data.mongodb.gridfs.ReactiveGridFsUpload<ID>
All Implemented Interfaces:
GridFsObject<ID,org.reactivestreams.Publisher<DataBuffer>>

public class ReactiveGridFsUpload<ID> extends Object implements GridFsObject<ID,org.reactivestreams.Publisher<DataBuffer>>
Upload descriptor for a GridFS file upload.
Since:
3.0
Author:
Christoph Strobl, Mark Paluch