Uses of Class
io.getunleash.util.UnleashConfig
-
Packages that use UnleashConfig Package Description io.getunleash io.getunleash.event io.getunleash.metric io.getunleash.repository io.getunleash.util -
-
Uses of UnleashConfig in io.getunleash
Methods in io.getunleash with parameters of type UnleashConfig Modifier and Type Method Description UnleashContextUnleashContext. applyStaticFields(UnleashConfig config)Constructors in io.getunleash with parameters of type UnleashConfig Constructor Description DefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Strategy... strategies)DefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService)DefaultUnleash(UnleashConfig unleashConfig, Strategy... strategies) -
Uses of UnleashConfig in io.getunleash.event
Constructors in io.getunleash.event with parameters of type UnleashConfig Constructor Description EventDispatcher(UnleashConfig unleashConfig) -
Uses of UnleashConfig in io.getunleash.metric
Constructors in io.getunleash.metric with parameters of type UnleashConfig Constructor Description DefaultHttpMetricsSender(UnleashConfig unleashConfig)OkHttpMetricsSender(UnleashConfig config)UnleashMetricServiceImpl(UnleashConfig unleashConfig, MetricSender metricSender, UnleashScheduledExecutor executor)UnleashMetricServiceImpl(UnleashConfig unleashConfig, UnleashScheduledExecutor executor) -
Uses of UnleashConfig in io.getunleash.repository
-
Uses of UnleashConfig in io.getunleash.util
Methods in io.getunleash.util that return UnleashConfig Modifier and Type Method Description UnleashConfigUnleashConfig.Builder. build()Methods in io.getunleash.util with parameters of type UnleashConfig Modifier and Type Method Description static okhttp3.OkHttpClientOkHttpClientConfigurer. configureInterceptor(UnleashConfig config, okhttp3.OkHttpClient client)static voidUnleashConfig. setRequestProperties(HttpURLConnection connection, UnleashConfig config)
-