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

restql.core.config.ConfigRepository Maven / Gradle / Ivy

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