Uses of Interface
io.getunleash.repository.IFeatureRepository
Packages that use IFeatureRepository
-
Uses of IFeatureRepository in io.getunleash
Constructors in io.getunleash with parameters of type IFeatureRepositoryModifierConstructorDescriptionDefaultUnleash(UnleashConfig unleashConfig, IFeatureRepository featureRepository, Strategy... strategies) DefaultUnleash(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 IFeatureRepository in io.getunleash.repository
Classes in io.getunleash.repository that implement IFeatureRepository -
Uses of IFeatureRepository in io.getunleash.util
Methods in io.getunleash.util with parameters of type IFeatureRepositoryModifier and TypeMethodDescriptionstatic List<Constraint>ConstraintMerger.mergeConstraints(IFeatureRepository repository, ActivationStrategy strategy)