Package io.mateu.core.domain.model.files
Class DummyStorageService
java.lang.Object
io.mateu.core.domain.model.files.DummyStorageService
- All Implemented Interfaces:
StorageService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DummyStorageService
public DummyStorageService()
-
-
Method Details
-
store
public reactor.core.publisher.Mono<Void> store(String fileId, reactor.core.publisher.Mono<org.springframework.http.codec.multipart.FilePart> file) - Specified by:
storein interfaceStorageService
-
getUrl
- Specified by:
getUrlin interfaceStorageService
-
loadAsResource
- Specified by:
loadAsResourcein interfaceStorageService
-