Uses of Interface
io.getunleash.repository.FeatureFetcher
-
Packages that use FeatureFetcher Package Description io.getunleash.repository -
-
Uses of FeatureFetcher in io.getunleash.repository
Classes in io.getunleash.repository that implement FeatureFetcher Modifier and Type Class Description classHttpFeatureFetcherclassOkHttpFeatureFetcherConstructors in io.getunleash.repository with parameters of type FeatureFetcher Constructor Description FeatureRepository(UnleashConfig unleashConfig, BackupHandler<FeatureCollection> featureBackupHandler, EventDispatcher eventDispatcher, FeatureFetcher featureFetcher, FeatureBootstrapHandler featureBootstrapHandler)FeatureRepository(UnleashConfig unleashConfig, FeatureBackupHandlerFile featureBackupHandler, UnleashScheduledExecutor executor, FeatureFetcher featureFetcher, FeatureBootstrapHandler featureBootstrapHandler)
-