Interface FileCreation


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

    Modifier and Type
    Method
    Description
    void
    Optional method to cancel the creation
    A completable future that fires when the file creation is complete or an exception occurred
  • Method Details

    • 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