Class ClientDiagnostics.ClientDiagnosticsBuilder
java.lang.Object
growthbook.sdk.java.diagnostics.model.ClientDiagnostics.ClientDiagnosticsBuilder
- Enclosing class:
- ClientDiagnostics
-
Method Summary
Modifier and TypeMethodDescriptionbuild()initialized(boolean initialized) Whether the client is ready for evaluations.remoteEvalEnabled(boolean remoteEvalEnabled) Whether the client is configured to use remote evaluation.shutdown(boolean shutdown) Whether client-owned background resources have been shut down.toString()
-
Method Details
-
initialized
Whether the client is ready for evaluations.- Returns:
this.
-
shutdown
Whether client-owned background resources have been shut down.- Returns:
this.
-
remoteEvalEnabled
Whether the client is configured to use remote evaluation.- Returns:
this.
-
build
-
toString
-