All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
SiteImportTaskRunner, SpaceImportTaskRunner

public interface ImportTaskRunner extends AutoCloseable
Service responsible for running all additional tasks that should be executed before and after restore. Extends AutoCloseable because there are some tasks which should be executed even when restore fails.
Since:
8.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Runs tasks which should be executed even if restore fails
    default void
    Run tasks which should be executed after we finish processing entities
    default void
    Run tasks which should be executed before we start processing entities