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 no.finn.unleash -
-
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, ToggleRepository toggleRepository, Strategy... strategies)DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, 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 UnleashMetricServiceImpl(UnleashConfig unleashConfig, UnleashMetricsSender unleashMetricsSender, UnleashScheduledExecutor executor)UnleashMetricServiceImpl(UnleashConfig unleashConfig, UnleashScheduledExecutor executor)UnleashMetricsSender(UnleashConfig unleashConfig) -
Uses of UnleashConfig in io.getunleash.repository
Constructors in io.getunleash.repository with parameters of type UnleashConfig Constructor Description FeatureToggleRepository(UnleashConfig unleashConfig, ToggleFetcher toggleFetcher, ToggleBackupHandler toggleBackupHandler)FeatureToggleRepository(UnleashConfig unleashConfig, UnleashScheduledExecutor executor, ToggleFetcher toggleFetcher, ToggleBackupHandler toggleBackupHandler)HttpToggleFetcher(UnleashConfig unleashConfig)ToggleBackupHandlerFile(UnleashConfig config)ToggleBootstrapHandler(UnleashConfig unleashConfig) -
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 voidUnleashConfig. setRequestProperties(HttpURLConnection connection, UnleashConfig config) -
Uses of UnleashConfig in no.finn.unleash
Constructors in no.finn.unleash with parameters of type UnleashConfig Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Strategy... strategies)Deprecated.DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService)Deprecated.DefaultUnleash(UnleashConfig unleashConfig, Strategy... strategies)Deprecated.
-