Interface IRecoveryOrchestrator


  • public interface IRecoveryOrchestrator
    The recovery orchestrator interface.
    It is the way to report about any fatal (critical) errors found in some DT parts/frameworks, like corrupted file content, inconsistent internal data, etc.
    • Method Detail

      • reportFatalError

        void reportFatalError​(IDtProject project)
        Reports about fatal error for the given project.
        The concrete implementation of the orchestrator should handle the reported fatal error. E.g. the orchestrator can start recovering process for the given project or request user about it.
        Parameters:
        project - the project where the fatal error is occured.