Uses of Class
org.springframework.data.mongodb.gridfs.ReactiveGridFsResource
Packages that use ReactiveGridFsResource
-
Uses of ReactiveGridFsResource in org.springframework.data.mongodb.gridfs
Methods in org.springframework.data.mongodb.gridfs that return ReactiveGridFsResourceModifier and TypeMethodDescriptionstatic ReactiveGridFsResource
Obtain an absentReactiveGridFsResource
.Methods in org.springframework.data.mongodb.gridfs that return types with arguments of type ReactiveGridFsResourceModifier and TypeMethodDescriptionReactiveGridFsOperations.getResource
(com.mongodb.client.gridfs.model.GridFSFile file) ReactiveGridFsOperations.getResource
(String filename) Returns aMono
emitting theReactiveGridFsResource
with the given file name.ReactiveGridFsTemplate.getResource
(com.mongodb.client.gridfs.model.GridFSFile file) ReactiveGridFsTemplate.getResource
(String location) ReactiveGridFsOperations.getResources
(String filenamePattern) Returns aFlux
emitting allReactiveGridFsResource
s matching the given file name pattern.ReactiveGridFsTemplate.getResources
(String locationPattern)