Package io.mateu.core.domain.model.files
Interface StorageService
- All Known Implementing Classes:
DummyStorageService
public interface StorageService
-
Method Details
-
store
reactor.core.publisher.Mono<Void> store(String fileId, reactor.core.publisher.Mono<org.springframework.http.codec.multipart.FilePart> file) throws AuthenticationException - Throws:
AuthenticationException
-
getUrl
- Throws:
AuthenticationException
-
loadAsResource
org.springframework.core.io.Resource loadAsResource(String fileId, String filename) throws AuthenticationException - Throws:
AuthenticationException
-