Uses of Interface
io.getunleash.UnleashContextProvider
-
Packages that use UnleashContextProvider Package Description io.getunleash io.getunleash.util no.finn.unleash -
-
Uses of UnleashContextProvider in io.getunleash
Methods in io.getunleash that return UnleashContextProvider Modifier and Type Method Description static UnleashContextProviderUnleashContextProvider. getDefaultProvider()Constructors in io.getunleash 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 io.getunleash.util
Methods in io.getunleash.util that return UnleashContextProvider Modifier and Type Method Description UnleashContextProviderUnleashConfig. getContextProvider()Methods in io.getunleash.util with parameters of type UnleashContextProvider Modifier and Type Method Description UnleashConfig.BuilderUnleashConfig.Builder. unleashContextProvider(UnleashContextProvider contextProvider) -
Uses of UnleashContextProvider in no.finn.unleash
Subinterfaces of UnleashContextProvider in no.finn.unleash Modifier and Type Interface Description interfaceUnleashContextProviderDeprecated.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)Deprecated.
-