harness-community / openfeature-java-provider

Apache License 2.0
0 stars 1 forks source link

OF Requirement 1.2.2 #9

Closed scalabl3 closed 1 year ago

scalabl3 commented 1 year ago

https://docs.openfeature.dev/docs/specification/sections/flag-evaluation

Requirement 1.2.2 The client interface MUST define a metadata member or accessor, containing an immutable name field or accessor of type string, which corresponds to the name value supplied during client creation.

client.getMetadata().getName(); // "my-client"