io.featurehub.strategies.matchers.StrategyMatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client-core Show documentation
Show all versions of java-client-core Show documentation
Shared core of featurehub client.
package io.featurehub.strategies.matchers;
import io.featurehub.sse.model.FeatureRolloutStrategyAttribute;
public interface StrategyMatcher {
boolean match(String suppliedValue, FeatureRolloutStrategyAttribute attr);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy