Package org.aksw.commons.io.endpoint
Interface FileCreation
-
public interface FileCreationAn active process that creates a file- Author:
- raven
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidabort()Optional method to cancel the creationCompletableFuture<Path>future()A completable future that fires when the file creation is complete or an exception occurred
-
-
-
Method Detail
-
future
CompletableFuture<Path> future()
A completable future that fires when the file creation is complete or an exception occurred- Returns:
-
-