We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc75c5 commit e71d448Copy full SHA for e71d448
docs/multiprovider/README.md
@@ -26,9 +26,8 @@ val multi = MultiProvider(
26
strategy = FirstMatchStrategy() // default; FirstSuccessfulStrategy() also available
27
)
28
29
-// 3) Set the SDK provider and wait until ready (or observe status)
30
-OpenFeatureAPI.setProvider(multi)
31
-// Optionally await readiness via OpenFeatureAPI.statusFlow.
+// 3) Set the SDK provider and wait until ready
+OpenFeatureAPI.setProviderAndWait()
32
33
// 4) Use the client as usual
34
val client = OpenFeatureAPI.getClient("my-app")
0 commit comments