Interface Provider

Interface that providers must implement to resolve flag values for their particular backend or vendor.

Implementation for resolving all the required flag types must be defined.

Hierarchy

  • Provider

Properties

hooks?: Hook<FlagValue>[]

A provider hook exposes a mechanism for provider authors to register hooks to tap into various stages of the flag evaluation lifecycle. These hooks can be used to perform side effects and mutate the context for purposes of the provider. Provider hooks are not configured or controlled by the application author.

Get metadata about registered provider.

Returns

Provider Metadata

Methods

Generated using TypeDoc