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

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

package io.featurehub.strategies.matchers;


import io.featurehub.sse.model.FeatureRolloutStrategyAttribute;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy