Package | Description |
---|---|
org.springframework.data.mongodb.gridfs |
Support for MongoDB GridFS feature.
|
Modifier and Type | Method and Description |
---|---|
static ReactiveGridFsResource |
ReactiveGridFsResource.absent(String filename)
Obtain an absent
ReactiveGridFsResource . |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ReactiveGridFsResource> |
ReactiveGridFsTemplate.getResource(com.mongodb.client.gridfs.model.GridFSFile file) |
reactor.core.publisher.Mono<ReactiveGridFsResource> |
ReactiveGridFsOperations.getResource(com.mongodb.client.gridfs.model.GridFSFile file)
|
reactor.core.publisher.Mono<ReactiveGridFsResource> |
ReactiveGridFsTemplate.getResource(String location) |
reactor.core.publisher.Mono<ReactiveGridFsResource> |
ReactiveGridFsOperations.getResource(String filename)
Returns a
Mono emitting the ReactiveGridFsResource with the given file name. |
reactor.core.publisher.Flux<ReactiveGridFsResource> |
ReactiveGridFsTemplate.getResources(String locationPattern) |
reactor.core.publisher.Flux<ReactiveGridFsResource> |
ReactiveGridFsOperations.getResources(String filenamePattern)
Returns a
Flux emitting all ReactiveGridFsResource s matching the given file name pattern. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.