All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.featurehub.strategies.matchers.MatcherRepository Maven / Gradle / Ivy

There is a newer version: 3.3
Show newest version
package io.featurehub.strategies.matchers;


import io.featurehub.sse.model.FeatureRolloutStrategyAttribute;

public interface MatcherRepository {
  StrategyMatcher findMatcher(FeatureRolloutStrategyAttribute attr);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy