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

io.getunleash.repository.FeatureFetcher Maven / Gradle / Ivy

The newest version!
package io.getunleash.repository;

import io.getunleash.UnleashException;

public interface FeatureFetcher {
    ClientFeaturesResponse fetchFeatures() throws UnleashException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy