Class ConfigUrlsBuilder
- java.lang.Object
-
- io.mosip.kernel.idgenerator.config.ConfigUrlsBuilder
-
public class ConfigUrlsBuilder extends Object
Utility class to fetch config server related URLs.- Since:
- 1.0.0
- Author:
- Sagar Mahapatra, Raj Jha
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>getConfigNames()Method to get the cloud config names.static List<String>getURLs()Method to get URL's.
-