Interface StorageService

All Known Implementing Classes:
DummyStorageService

public interface StorageService
  • Method Summary

    Modifier and Type
    Method
    Description
    getUrl(String fileId, String fileName)
     
    org.springframework.core.io.Resource
    loadAsResource(String fileId, String filename)
     
    reactor.core.publisher.Mono<Void>
    store(String fileId, reactor.core.publisher.Mono<org.springframework.http.codec.multipart.FilePart> file)