Class ConfigServerPropertySource
java.lang.Object
io.micronaut.discovery.spring.config.client.ConfigServerPropertySource
Represents a PropertySource returned from Spring Cloud Config server.
- Since:
 - 1.1.0
 - Author:
 - Thiago Locatelli
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConfigServerPropertySource(String name, Map<String, Object> source) Default constructor. - 
Method Summary
 
- 
Constructor Details
- 
ConfigServerPropertySource
Default constructor.- Parameters:
 name- The name of the property source in the config serversource- The map containing the configuration entries
 
 - 
 - 
Method Details