Package | Description |
---|---|
com.netflix.config |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDynamicPropertyListener
An abstract
PropertyListener for use by different
components who need to listen for configuration changes. |
Modifier and Type | Method and Description |
---|---|
PropertyListener |
ExpandedConfigurationListenerAdapter.getListener()
Returns the wrapped
PropertyListener . |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationBackedDynamicPropertySupportImpl.addConfigurationListener(PropertyListener expandedConfigListener) |
void |
DynamicPropertySupport.addConfigurationListener(PropertyListener expandedPropertyListener)
Add the property change listener.
|
Constructor and Description |
---|
ExpandedConfigurationListenerAdapter(PropertyListener listener)
Create a new
ExpandedConfigurationListenerAdapter
that wraps the provided
PropertyListener . |
Copyright © 2015. All Rights Reserved.