Interface MigrationService.Migrator

    • Method Detail

      • probeState

        default String probeState()
        Probes the current state of a migration by analyzing persistent data.

        Assumes no migration step is currently running.

        THIS METHOD MAY TAKE A WHILE as it needs to get information from persistent storage.

        Returns:
        the probed state, or null if it cannot be determined
        Since:
        10.3
      • notifyStatusChange

        void notifyStatusChange()
        Allows notification of status change for a running step or new state.
        Since:
        10.3