Uses of Interface
io.getunleash.strategy.Strategy
-
Packages that use Strategy Package Description io.getunleash io.getunleash.strategy io.getunleash.util no.finn.unleash -
-
Uses of Strategy in io.getunleash
Constructors in io.getunleash with parameters of type Strategy Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Strategy... strategies)DefaultUnleash(UnleashConfig unleashConfig, Strategy... strategies)Constructor parameters in io.getunleash with type arguments of type Strategy Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService) -
Uses of Strategy in io.getunleash.strategy
Classes in io.getunleash.strategy that implement Strategy Modifier and Type Class Description classApplicationHostnameStrategyclassDefaultStrategyclassFlexibleRolloutStrategyclassGradualRolloutRandomStrategyclassGradualRolloutSessionIdStrategyImplements a gradual roll-out strategy based on session id.classGradualRolloutUserIdStrategyImplements a gradual roll-out strategy based on userId.classRemoteAddressStrategyclassUnknownStrategyclassUserWithIdStrategy -
Uses of Strategy in io.getunleash.util
Methods in io.getunleash.util that return Strategy Modifier and Type Method Description StrategyUnleashConfig. getFallbackStrategy()Methods in io.getunleash.util with parameters of type Strategy Modifier and Type Method Description UnleashConfig.BuilderUnleashConfig.Builder. fallbackStrategy(Strategy fallbackStrategy) -
Uses of Strategy in no.finn.unleash
Constructors in no.finn.unleash with parameters of type Strategy Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Strategy... strategies)Deprecated.DefaultUnleash(UnleashConfig unleashConfig, Strategy... strategies)Deprecated.Constructor parameters in no.finn.unleash with type arguments of type Strategy Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService)Deprecated.
-