| Package | Description |
|---|---|
| dev.openfeature.sdk |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanHook |
interface |
DoubleHook |
interface |
IntegerHook |
interface |
StringHook |
| Modifier and Type | Method and Description |
|---|---|
List<Hook> |
OpenFeatureClient.getHooks()
Fetch the hooks associated to this client.
|
List<Hook> |
OpenFeatureAPI.getHooks() |
List<Hook> |
Client.getHooks()
Fetch the hooks associated to this client.
|
default List<Hook> |
FeatureProvider.getProviderHooks() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenFeatureClient.addHooks(Hook... hooks)
Adds hooks for evaluation.
|
void |
OpenFeatureAPI.addHooks(Hook... hooks) |
void |
Client.addHooks(Hook... hooks)
Adds hooks for evaluation.
|
Copyright © 2023. All rights reserved.