Interface TaskCompletionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ShuffleFetchCompletionListener

public interface TaskCompletionListener extends EventListener
:: DeveloperApi ::

Listener providing a callback function to invoke when a task's execution completes.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onTaskCompletion

      void onTaskCompletion(TaskContext context)