![JAR search and dependency download from the Maven repository](/logo.png)
io.getunleash.repository.FeatureFetcher Maven / Gradle / Ivy
package io.getunleash.repository;
import io.getunleash.UnleashException;
public interface FeatureFetcher {
ClientFeaturesResponse fetchFeatures() throws UnleashException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy