Interface MigrationOpTracker.Checker

  • Enclosing class:
    MigrationOpTracker

    public static interface MigrationOpTracker.Checker
    Interface for specifying the callback function for the consistency check. This should remain a SAM (Single Abstract Method) to facilitate a lambda callback.
    • Method Detail

      • check

        boolean check()