Interface StringHook

All Superinterfaces:
Hook<String>

public interface StringHook extends Hook<String>
An extension point which can run around flag resolution. They are intended to be used as a way to add custom logic to the lifecycle of flag evaluation.
See Also: