| Package | Description |
|---|---|
| dev.openfeature.sdk |
| Modifier and Type | Method and Description |
|---|---|
abstract ProviderState |
EventProvider.getState()
Returns a representation of the current readiness of the provider.
|
default ProviderState |
FeatureProvider.getState()
Returns a representation of the current readiness of the provider.
|
ProviderState |
NoOpProvider.getState() |
static ProviderState |
ProviderState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderState[] |
ProviderState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.