Interface ResumableTask


public interface ResumableTask
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Process the task either fully, or in part.
  • Method Details

    • 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.