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

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

There is a newer version: 9.2.4
Show newest version
package io.getunleash.repository;

import io.getunleash.UnleashException;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy