| 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<?> flag)
Updating provider flags configuration with adding or updating a flag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryProvider.updateFlags(Map<String,Flag<?>> flags)
Updating provider flags configuration, replacing existing flags.
|
| Constructor and Description |
|---|
InMemoryProvider(Map<String,Flag<?>> flags) |
Copyright © 2023. All rights reserved.