public interface ConfigurationClient extends Described
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONFIGURATION_PREFIXThe prefix used to configure the config client. | 
| static String | ENABLEDThe read timeout used when reading distributed configuration. | 
| static String | READ_TIMEOUTThe read timeout used when reading distributed configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| Publisher<PropertySource> | getPropertySources(Environment environment)Retrieves all of the  PropertySourceregistrations for the given environment. | 
getDescriptionstatic final String CONFIGURATION_PREFIX
static final String ENABLED
static final String READ_TIMEOUT
Publisher<PropertySource> getPropertySources(Environment environment)
PropertySource registrations for the given environment.environment - The environmentPublisher that emits zero or many PropertySource instances discovered for the given environment