Uses of Class
io.getunleash.util.UnleashConfig
Packages that use UnleashConfig
Package
Description
-
Uses of UnleashConfig in io.getunleash
Methods in io.getunleash with parameters of type UnleashConfigConstructors in io.getunleash with parameters of type UnleashConfigModifierConstructorDescriptionDefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Strategy... strategies) DefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Map<String, Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService) DefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Map<String, Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService, boolean failOnMultipleInstantiations) DefaultUnleash(UnleashConfig unleashConfig, Strategy... strategies) -
Uses of UnleashConfig in io.getunleash.event
Constructors in io.getunleash.event with parameters of type UnleashConfig -
Uses of UnleashConfig in io.getunleash.metric
Constructors in io.getunleash.metric with parameters of type UnleashConfigModifierConstructorDescriptionDefaultHttpMetricsSender(UnleashConfig unleashConfig) OkHttpMetricsSender(UnleashConfig config) UnleashMetricServiceImpl(UnleashConfig unleashConfig, MetricSender metricSender, UnleashScheduledExecutor executor) UnleashMetricServiceImpl(UnleashConfig unleashConfig, UnleashScheduledExecutor executor) -
Uses of UnleashConfig in io.getunleash.repository
Constructors in io.getunleash.repository with parameters of type UnleashConfigModifierConstructorDescriptionFeatureBootstrapHandler(UnleashConfig unleashConfig) FeatureRepository(UnleashConfig unleashConfig) FeatureRepository(UnleashConfig unleashConfig, BackupHandler<FeatureCollection> featureBackupHandler) protectedFeatureRepository(UnleashConfig unleashConfig, BackupHandler<FeatureCollection> featureBackupHandler, EventDispatcher eventDispatcher, FeatureFetcher featureFetcher, FeatureBootstrapHandler featureBootstrapHandler) protectedFeatureRepository(UnleashConfig unleashConfig, FeatureBackupHandlerFile featureBackupHandler, UnleashScheduledExecutor executor, FeatureFetcher featureFetcher, FeatureBootstrapHandler featureBootstrapHandler) FeatureToggleRepository(UnleashConfig unleashConfig, ToggleFetcher toggleFetcher, BackupHandler<ToggleCollection> toggleBackupHandler) Deprecated.FeatureToggleRepository(UnleashConfig unleashConfig, UnleashScheduledExecutor executor, ToggleFetcher toggleFetcher, BackupHandler<ToggleCollection> toggleBackupHandler) Deprecated.HttpFeatureFetcher(UnleashConfig config) HttpToggleFetcher(UnleashConfig unleashConfig) Deprecated.OkHttpFeatureFetcher(UnleashConfig unleashConfig) OkHttpFeatureFetcher(UnleashConfig unleashConfig, okhttp3.OkHttpClient client) ToggleBackupHandlerFile(UnleashConfig config) Deprecated.ToggleBootstrapHandler(UnleashConfig unleashConfig) Deprecated. -
Uses of UnleashConfig in io.getunleash.util
Methods in io.getunleash.util that return UnleashConfigMethods in io.getunleash.util with parameters of type UnleashConfigModifier and TypeMethodDescriptionstatic okhttp3.OkHttpClientOkHttpClientConfigurer.configureInterceptor(UnleashConfig config, okhttp3.OkHttpClient client) static voidUnleashConfig.setRequestProperties(HttpURLConnection connection, UnleashConfig config)