Package 

Class FlagsClientState

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class FlagsClientState.NotReady

      The client is not ready to evaluate flags.

      This state occurs before the first setEvaluationContext() call. Maps to OpenFeature's NOT_READY state.

      public class FlagsClientState.Ready

      The client has successfully loaded flags and they are available for evaluation. This is the normal operational state.

      public class FlagsClientState.Reconciling

      The client is currently fetching new flags for a context change. Cached flags may still be available for evaluation during this state.

      public class FlagsClientState.Stale

      The client is currently stale. Cached flags may still be available for evaluation during this state.

      public final class FlagsClientState.Error

      An unrecoverable error has occurred. The client cannot provide flag evaluations in this state.