Interface ResumableTask


  • public interface ResumableTask
    • Method Detail

      • process

        ResumableTask.TaskStatus process()
        Process the task either fully, or in part.
        Returns:
        a finished status if the task is complete, otherwise includes a continuation future to indicate when it should be continued to be processed.