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

io.quarkiverse.openfga.client.model.ConsistencyPreference Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.openfga.client.model;

public enum ConsistencyPreference {
    // Default if not set. Behavior will be the same as MINIMIZE_LATENCY
    UNSPECIFIED,
    // Minimize latency at the potential expense of lower consistency.
    MINIMIZE_LATENCY,
    // Prefer higher consistency, at the potential expense of increased latency.
    HIGHER_CONSISTENCY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy