Uses of Interface
io.getunleash.repository.ToggleRepository
-
Packages that use ToggleRepository Package Description io.getunleash io.getunleash.repository no.finn.unleash -
-
Uses of ToggleRepository in io.getunleash
Constructors in io.getunleash with parameters of type ToggleRepository Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Strategy... strategies)DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService) -
Uses of ToggleRepository in io.getunleash.repository
Classes in io.getunleash.repository that implement ToggleRepository Modifier and Type Class Description classFeatureToggleRepository -
Uses of ToggleRepository in no.finn.unleash
Constructors in no.finn.unleash with parameters of type ToggleRepository Constructor Description DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Strategy... strategies)Deprecated.DefaultUnleash(UnleashConfig unleashConfig, ToggleRepository toggleRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService)Deprecated.
-