
com.launchdarkly.sdk.server.interfaces.ConsistencyCheck Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of launchdarkly-java-server-sdk Show documentation
Show all versions of launchdarkly-java-server-sdk Show documentation
Official LaunchDarkly SDK for Java
package com.launchdarkly.sdk.server.interfaces;
/**
* Consistency check result.
*/
public enum ConsistencyCheck {
/**
* Consistency was checked and found to be inconsistent.
*/
INCONSISTENT,
/**
* Consistency was checked and found to be consistent.
*/
CONSISTENT,
/**
* Consistency check was not performed.
*/
NOT_CHECKED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy