Interface FileCreation


  • public interface FileCreation
    An active process that creates a file
    Author:
    raven
    • Method Detail

      • future

        CompletableFuture<Path> future()
        A completable future that fires when the file creation is complete or an exception occurred
        Returns:
      • abort

        void abort()
            throws Exception
        Optional method to cancel the creation
        Throws:
        Exception