abstract class OpenFeature::AutoDisposable
- OpenFeature::AutoDisposable
- Reference
- Object
Defined in:
openfeature/provider.crInstance Method Summary
-
#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.
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.