Package growthbook.sdk.java.remoteeval
Class RemoteEvalOptionsValidator
java.lang.Object
growthbook.sdk.java.remoteeval.RemoteEvalOptionsValidator
Validates SDK options before enabling remote evaluation.
-
Method Summary
-
Method Details
-
validate
-
validate
-
remoteEvalViolations
Returns the remote-eval specific incompatibilities for the supplied options.Intended for callers that already validate
apiHost/clientKeypresence generally (e.g.OptionsValidator); this method therefore excludes those checks to avoid duplicate messages and reports only constraints unique to remote evaluation.- Parameters:
options- client options to inspect;nullor non remote-eval yields an empty list- Returns:
- an immutable list of human-readable problem descriptions, empty when valid
-