-
@Alpha() public interface ExecutionRepositoryListenerListens for changes to PipelineExecution .
These listeners are unable to perform any changes that would affect the outcome of a persistence operation. They are directly notified of persistence operations after the change has been committed.
-
-
Method Summary
Modifier and Type Method Description abstract voidonUpsert(PipelineExecution pipelineExecution)Listen for upsert operations. -
-
Method Detail
-
onUpsert
abstract void onUpsert(PipelineExecution pipelineExecution)
Listen for upsert operations.
This could be adding, updating or removing stages; canceling, pausing, resuming executions, and so-on.
-
-
-
-