Interface IExecutionFinishedListener<T>

  • Type Parameters:
    T - The executing object/subject

    public interface IExecutionFinishedListener<T>
    A finished listener for executions of a pipeline or workflow
    • Method Detail

      • finished

        void finished​(T engine)
               throws HopException
        The engine has finished.
        Parameters:
        engine -
        Throws:
        HopException