Module ai.fireweave.openfeature
Package ai.fireweave.openfeature
Class FireweaveLocalProvider.Options.Builder
java.lang.Object
ai.fireweave.openfeature.FireweaveLocalProvider.Options.Builder
- Enclosing class:
FireweaveLocalProvider.Options
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()echo(boolean echo) Print one line per evaluation to stdout (opt-in).now(LongSupplier now) Test clock; defaults toSystem.currentTimeMillis().
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
devFlags
-
echo
Print one line per evaluation to stdout (opt-in). -
now
Test clock; defaults toSystem.currentTimeMillis(). -
build
-