Uses of Interface
io.getunleash.strategy.Strategy
Packages that use Strategy
-
Uses of Strategy in io.getunleash
Constructors in io.getunleash with parameters of type StrategyModifierConstructorDescriptionDefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Strategy... strategies) DefaultUnleash(UnleashConfig unleashConfig, Strategy... strategies) Constructor parameters in io.getunleash with type arguments of type StrategyModifierConstructorDescriptionDefaultUnleash(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 Strategy in io.getunleash.strategy
Classes in io.getunleash.strategy that implement StrategyModifier and TypeClassDescriptionclassfinal classclassfinal classfinal classImplements a gradual roll-out strategy based on session id.final classImplements a gradual roll-out strategy based on userId.final classfinal classfinal class -
Uses of Strategy in io.getunleash.util
Methods in io.getunleash.util that return StrategyMethods in io.getunleash.util with parameters of type StrategyModifier and TypeMethodDescriptionUnleashConfig.Builder.fallbackStrategy(Strategy fallbackStrategy)