
restql.core.config.ConfigRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of restql-core Show documentation
Show all versions of restql-core Show documentation
Microservice query language for Java
The newest version!
package restql.core.config;
public interface ConfigRepository {
/**
* Retrieves the APIs mapped on a given configuration strategy
*
* @return {@link RouteMap}
*/
public RouteMap getMappings();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy