Package org.apache.hop.workflow
Interface IDelegationListener
-
- All Known Implementing Classes:
DelegationAdapter
public interface IDelegationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpipelineDelegationStarted(IPipelineEngine<PipelineMeta> delegatedPipeline, PipelineExecutionConfiguration pipelineExecutionConfiguration)voidworkflowDelegationStarted(IWorkflowEngine<WorkflowMeta> delegatedWorkflow, WorkflowExecutionConfiguration workflowExecutionConfiguration)
-
-
-
Method Detail
-
workflowDelegationStarted
void workflowDelegationStarted(IWorkflowEngine<WorkflowMeta> delegatedWorkflow, WorkflowExecutionConfiguration workflowExecutionConfiguration)
-
pipelineDelegationStarted
void pipelineDelegationStarted(IPipelineEngine<PipelineMeta> delegatedPipeline, PipelineExecutionConfiguration pipelineExecutionConfiguration)
-
-