Package com.launchdarkly.sdk.server
Interface MigrationOpTracker.Checker
-
- Enclosing class:
- MigrationOpTracker
public static interface MigrationOpTracker.CheckerInterface for specifying the callback function for the consistency check. This should remain a SAM (Single Abstract Method) to facilitate a lambda callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck()
-