Uses of Class
no.finn.unleash.util.UnleashConfig
-
Packages that use UnleashConfig Package Description no.finn.unleash no.finn.unleash.event no.finn.unleash.metric no.finn.unleash.repository no.finn.unleash.util -
-
Uses of UnleashConfig in no.finn.unleash
Methods in no.finn.unleash with parameters of type UnleashConfig Modifier and Type Method Description UnleashContextUnleashContext. applyStaticFields(UnleashConfig config)Constructors in no.finn.unleash with parameters of type UnleashConfig Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService)DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Strategy... strategies)DefaultUnleash(UnleashConfig unleashConfig, Strategy... strategies) -
Uses of UnleashConfig in no.finn.unleash.event
Constructors in no.finn.unleash.event with parameters of type UnleashConfig Constructor Description EventDispatcher(UnleashConfig unleashConfig) -
Uses of UnleashConfig in no.finn.unleash.metric
Constructors in no.finn.unleash.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 no.finn.unleash.repository
Constructors in no.finn.unleash.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 no.finn.unleash.util
Methods in no.finn.unleash.util that return UnleashConfig Modifier and Type Method Description UnleashConfigUnleashConfig.Builder. build()Methods in no.finn.unleash.util with parameters of type UnleashConfig Modifier and Type Method Description static voidUnleashConfig. setRequestProperties(HttpURLConnection connection, UnleashConfig config)
-