Interface IExecutionStartedListener<T>

  • Type Parameters:
    T - The executing object/subject (PipelineMeta)

    public interface IExecutionStartedListener<T>
    A started listener for pipeline engines
    • Method Detail

      • started

        void started​(T subject)
              throws HopException
        The execution started
        Parameters:
        subject - The subject of the execution (workflow, pipeline, ...)
        Throws:
        HopException