Uses of Interface
no.finn.unleash.UnleashContextProvider
-
Packages that use UnleashContextProvider Package Description no.finn.unleash no.finn.unleash.util -
-
Uses of UnleashContextProvider in no.finn.unleash
Methods in no.finn.unleash that return UnleashContextProvider Modifier and Type Method Description static UnleashContextProviderUnleashContextProvider. getDefaultProvider()Constructors in no.finn.unleash with parameters of type UnleashContextProvider Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService) -
Uses of UnleashContextProvider in no.finn.unleash.util
Methods in no.finn.unleash.util that return UnleashContextProvider Modifier and Type Method Description UnleashContextProviderUnleashConfig. getContextProvider()Methods in no.finn.unleash.util with parameters of type UnleashContextProvider Modifier and Type Method Description UnleashConfig.BuilderUnleashConfig.Builder. unleashContextProvider(UnleashContextProvider contextProvider)
-