Interface IModalOperationController


  • public interface IModalOperationController
    Controller which allows to change the behavior of orchestration within the modal operation
    • Method Detail

      • isStageBlockAppliedInModalOperation

        default boolean isStageBlockAppliedInModalOperation​(DerivedDataSegmentBucket stage)
        Checks if the async pipeline stage block is applied to the current modal operation or it should be ignored by the modal operation. In case of ignoring the block goes to the main orchestration pipeline and is processed after the modal operation is finished
        Parameters:
        stage - The checked stage. May not be null
        Returns:
        True if the provided stage block is applicable within the corresponding modal operation