Package org.aksw.commons.io.endpoint
Interface FileCreation
public interface FileCreation
An active process that creates a file
- Author:
- raven
-
Method Details
-
future
CompletableFuture<Path> future()A completable future that fires when the file creation is complete or an exception occurred- Returns:
-
abort
Optional method to cancel the creation- Throws:
Exception
-