All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.launchdarkly.sdk.server.interfaces.ConsistencyCheck Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
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