Interface AsyncExecutionFileLoaderService

    • Method Detail

      • requestFileLoadAsync

        java.util.concurrent.CompletableFuture<ExecutionFileLoader> requestFileLoadAsync​(ExecutionReference e,
                                                                                         java.lang.String filetype)
                                                                                  throws ExecutionNotFound
        Request loading of an execution file, possibly remotely, and resolve the future when the file is available or an error occurs or other state result
        Parameters:
        e - execution reference
        filetype - file type
        Returns:
        loader state
        Throws:
        ExecutionNotFound - if not found