Class MatcherRegistry
- java.lang.Object
-
- io.featurehub.strategies.matchers.MatcherRegistry
-
- All Implemented Interfaces:
MatcherRepository
public class MatcherRegistry extends java.lang.Object implements MatcherRepository
-
-
Constructor Summary
Constructors Constructor Description MatcherRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrategyMatcherfindMatcher(io.featurehub.sse.model.RolloutStrategyAttribute attr)
-
-
-
Method Detail
-
findMatcher
public StrategyMatcher findMatcher(io.featurehub.sse.model.RolloutStrategyAttribute attr)
- Specified by:
findMatcherin interfaceMatcherRepository
-
-