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

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

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

public interface ToggleBootstrapProvider {
    /**
     * Should return JSON string parsable to /api/client/features format Look in
     * src/test/resources/features-v1.json or src/test/resources/unleash-repo-v1.json for example
     * Example in {@link ToggleBootstrapFileProvider}
     *
     * @return JSON string that can be sent to {@link ToggleBootstrapHandler#parse(String)}
     */
    String read();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy