Interface IDerivedDataOrchestratorListener


  • public interface IDerivedDataOrchestratorListener
    The listener interface for receiving notifications when an enqueued bucket processing request is approved.
    • Method Detail

      • onStateChanged

        void onStateChanged()
        Method called when project pipeline state changed.
      • onProcessingStopRequested

        void onProcessingStopRequested​(boolean projectClosed)
        Method called when an active bucket processing is requested to stop.
        Parameters:
        projectClosed - The flag indicating whether the project is being closed.