Uses of Interface
io.getunleash.UnleashContextProvider
Packages that use UnleashContextProvider
-
Uses of UnleashContextProvider in io.getunleash
Methods in io.getunleash that return UnleashContextProviderModifier and TypeMethodDescriptionstatic UnleashContextProviderUnleashContextProvider.getDefaultProvider()Constructors in io.getunleash with parameters of type UnleashContextProviderModifierConstructorDescriptionDefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Map<String, Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService) DefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Map<String, Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService, boolean failOnMultipleInstantiations) -
Uses of UnleashContextProvider in io.getunleash.util
Methods in io.getunleash.util that return UnleashContextProviderMethods in io.getunleash.util with parameters of type UnleashContextProviderModifier and TypeMethodDescriptionUnleashConfig.Builder.unleashContextProvider(UnleashContextProvider contextProvider)