Interface TaskPerformerThread


public interface TaskPerformerThread
Interface implemented by threads used to run TaskPerformers.
See Also:
GridService.startTaskPerformerThreads(TaskPerformerConfig)
  • Method Summary

    Modifier and Type Method Description
    void halt()
    Halts this thread after completion of the current task's processing.
  • Method Details

    • halt

      void halt()
      Halts this thread after completion of the current task's processing.