| Package | Description |
|---|---|
| dev.openfeature.sdk.providers.memory |
| Modifier and Type | Method and Description |
|---|---|
T |
ContextEvaluator.evaluate(Flag flag,
EvaluationContext evaluationContext) |
void |
InMemoryProvider.updateFlag(String flagKey,
Flag<?> newFlag)
Updates a single provider flag configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryProvider.updateFlags(Map<String,Flag<?>> newFlags)
Updates the provider flags configuration.
|
| Constructor and Description |
|---|
InMemoryProvider(Map<String,Flag<?>> flags) |
Copyright © 2024. All rights reserved.