abstract class OpenFeature::AutoDisposable

Defined in:

openfeature/provider.cr

Instance Method Summary

Instance Method Detail

abstract def dispose #

called to gracefully shutdown the provider, if a provider requires initialization, once it's shut down, it must transition to its initial NOT_READY state. Some providers may allow reinitialization from this state. Providers not requiring initialization are assumed to be ready at all times.


[View source]