public interface ConfigurationClient extends Described
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CONFIGURATION_PREFIX
The prefix used to configure the config client. 
 | 
static String | 
ENABLED
The read timeout used when reading distributed configuration. 
 | 
static String | 
READ_TIMEOUT
The read timeout used when reading distributed configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Publisher<PropertySource> | 
getPropertySources(Environment environment)
Retrieves all of the  
PropertySource registrations 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