Class ClientDiagnostics

java.lang.Object
growthbook.sdk.java.diagnostics.model.ClientDiagnostics

public final class ClientDiagnostics extends Object
Client lifecycle metadata.
  • Method Details

    • builder

    • isInitialized

      public boolean isInitialized()
      Whether the client is ready for evaluations.
    • isShutdown

      public boolean isShutdown()
      Whether client-owned background resources have been shut down.
    • isRemoteEvalEnabled

      public boolean isRemoteEvalEnabled()
      Whether the client is configured to use remote evaluation.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object