Interface MockTaskManagerListener


public interface MockTaskManagerListener
Listener for task registration/unregistration
  • Method Summary

    Modifier and Type Method Description
    void onTaskRegistered​(org.elasticsearch.tasks.Task task)  
    void onTaskUnregistered​(org.elasticsearch.tasks.Task task)  
    void waitForTaskCompletion​(org.elasticsearch.tasks.Task task)