enum OpenFeature::ProviderEvents

Defined in:

openfeature/event.cr

Enum Members

NOT_READY = 0
CONFIGURATION_CHANGED = 1

A change was made to the backend flag configuration.

READY = 2

The provider is ready to perform flag evaluations.

FATAL = 3
STALE = 4

The provider's cached state is no longer valid and may not be up-to-date with the source of truth.

RECONCILING = 5

The context associated with the provider has changed, and the provider has not yet reconciled its associated state.

ERROR = 6

The provider signaled an error.

CONTEXT_CHANGED = 7

The context associated with the provider has changed, and the provider has reconciled its associated state.

Instance Method Summary

Instance Method Detail

def configuration_changed? #

[View source]
def context_changed? #

[View source]
def error? #

[View source]
def fatal? #

[View source]
def not_ready? #

[View source]
def ready? #

[View source]
def reconciling? #

[View source]
def stale? #

[View source]