Uses of Interface
io.getunleash.repository.IFeatureRepository
-
Packages that use IFeatureRepository Package Description io.getunleash io.getunleash.repository io.getunleash.util -
-
Uses of IFeatureRepository in io.getunleash
Constructors in io.getunleash with parameters of type IFeatureRepository Constructor Description DefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Strategy... strategies)DefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Map<String,Strategy> strategyMap, UnleashContextProvider contextProvider, EventDispatcher eventDispatcher, UnleashMetricService metricService) -
Uses of IFeatureRepository in io.getunleash.repository
Classes in io.getunleash.repository that implement IFeatureRepository Modifier and Type Class Description classFeatureRepository -
Uses of IFeatureRepository in io.getunleash.util
Methods in io.getunleash.util with parameters of type IFeatureRepository Modifier and Type Method Description static List<Constraint>ConstraintMerger. mergeConstraints(IFeatureRepository repository, ActivationStrategy strategy)
-