-
-
Method Summary
Modifier and Type Method Description Unit
before(HookContext<T> ctx, Map<String, Object> hints)
Unit
after(HookContext<T> ctx, FlagEvaluationDetails<T> details, Map<String, Object> hints)
Unit
error(HookContext<T> ctx, Exception error, Map<String, Object> hints)
Unit
finallyAfter(HookContext<T> ctx, Map<String, Object> hints)
Boolean
supportsFlagValueType(FlagValueType flagValueType)
-
-
Method Detail
-
after
Unit after(HookContext<T> ctx, FlagEvaluationDetails<T> details, Map<String, Object> hints)
-
finallyAfter
Unit finallyAfter(HookContext<T> ctx, Map<String, Object> hints)
-
supportsFlagValueType
Boolean supportsFlagValueType(FlagValueType flagValueType)
-
-
-
-