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
Whether the configuration client, responsible for reading configuration for configuration servers, is enabled.
|
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. |
getDescription, getDescription
static 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