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

no.finn.unleash.repository.ToggleFetcher Maven / Gradle / Ivy

There is a newer version: 4.4.1
Show newest version
package no.finn.unleash.repository;

import no.finn.unleash.UnleashException;

public interface ToggleFetcher {
   FeatureToggleResponse fetchToggles() throws UnleashException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy