public interface FileCreation
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Optional method to cancel the creation
|
CompletableFuture<Path> |
future()
A completable future that fires when the file creation is complete
or an exception occurred
|
CompletableFuture<Path> future()
Copyright © 2020. All rights reserved.