Package 

Interface ExecutionRepositoryListener


  • @Alpha() 
    public interface ExecutionRepositoryListener
    
                        

    Listens 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 void onUpsert(PipelineExecution pipelineExecution) Listen for upsert operations.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.