| Package | Description |
|---|---|
| dev.openfeature.sdk | |
| dev.openfeature.sdk.hooks.logging |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanHook
An extension point which can run around flag resolution.
|
interface |
DoubleHook
An extension point which can run around flag resolution.
|
interface |
IntegerHook
An extension point which can run around flag resolution.
|
interface |
StringHook
An extension point which can run around flag resolution.
|
| Modifier and Type | Method and Description |
|---|---|
List<Hook> |
OpenFeatureClient.getHooks()
Deprecated.
Fetch the hooks associated to this client.
|
List<Hook> |
Client.getHooks()
Fetch the hooks associated to this client.
|
List<Hook> |
OpenFeatureAPI.getHooks()
Fetch the hooks associated to this client.
|
default List<Hook> |
FeatureProvider.getProviderHooks() |
| Modifier and Type | Method and Description |
|---|---|
OpenFeatureClient |
OpenFeatureClient.addHooks(Hook... hooks)
Deprecated.
Adds hooks for evaluation.
|
Client |
Client.addHooks(Hook... hooks)
Adds hooks for evaluation.
|
void |
OpenFeatureAPI.addHooks(Hook... hooks)
Adds hooks for globally, used for all evaluations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingHook
A hook for logging flag evaluations.
|
Copyright © 2024. All rights reserved.