Interface MigrationAction

  • All Superinterfaces:
    IndyLifecycleAction

    public interface MigrationAction
    extends IndyLifecycleAction
    Converts storage/data formats from older versions of Indy into up-to-date forms. These are run right after the system boots, but before Indy enters its startup sequence (see StartupAction).
    • Method Detail

      • getMigrationPriority

        int getMigrationPriority()
        Used to sort the actions, with highest priority executing first. Priority should generally be between 1-100.