shutdown method
void
shutdown()
after this method is called, the repository is not usable, create a new one.
Implementation
void shutdown() {
_readynessListeners.close();
_newFeatureStateAvailableListeners.close();
_analyticsCollectors.close();
shutdownFeatures();
}