abstract class OpenFeature::Hook
- OpenFeature::Hook
- Reference
- Object
Direct Known Subclasses
Defined in:
openfeature/hook.crInstance Method Summary
-
#after(ctx : HookContext, hints : HookHints)
immediately after successful flag evaluation
-
#before(ctx : HookContext, hints : HookHints) : EvaluationContext | Nil
immediately before flag evaluation
-
#error(ctx : HookContext, hints : HookHints)
immediately after an unsuccessful during flag evaluation
-
#finally(ctx : HookContext, hints : HookHints)
unconditionally after flag evaluation
Instance Method Detail
immediately after successful flag evaluation
immediately before flag evaluation
immediately after an unsuccessful during flag evaluation
unconditionally after flag evaluation