Interface TaskExecutor.Task<T>

All Known Subinterfaces:
TaskExecutor.Task.WithContext<T,C>
All Known Implementing Classes:
Cluster.Task
Enclosing class:
TaskExecutor

public static interface TaskExecutor.Task<T>
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    run()
     
  • Method Details

    • run

      T run()