Interface MockTaskManagerListener


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

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