Uses of Interface
no.finn.unleash.strategy.Strategy
-
Packages that use Strategy Package Description no.finn.unleash no.finn.unleash.strategy no.finn.unleash.util -
-
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)DefaultUnleash(UnleashConfig unleashConfig, Strategy... strategies)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) -
Uses of Strategy in no.finn.unleash.strategy
Classes in no.finn.unleash.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 no.finn.unleash.util
Methods in no.finn.unleash.util that return Strategy Modifier and Type Method Description StrategyUnleashConfig. getFallbackStrategy()Methods in no.finn.unleash.util with parameters of type Strategy Modifier and Type Method Description UnleashConfig.BuilderUnleashConfig.Builder. fallbackStrategy(Strategy fallbackStrategy)
-