public abstract class AbstractDownloadCallable extends Object implements Callable<File>
TransferManager
.PresignUrlDownloadCallable
Modifier and Type | Method and Description |
---|---|
File |
call()
This method must return a non-null object, or else the existing
implementation in
AbstractTransfer.waitForCompletion()
would block forever. |