Interface AttachmentDownloader
-
- All Known Implementing Classes:
AsyncAttachmentDownloader
public interface AttachmentDownloader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<Path>
download(Path basePath, String taskId, String attachmentName, URL url)
Path
downloadPath(Path basePath, String taskId, String attachmentName)
-