Package com.launchdarkly.sdk.server
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
check()
-