Package | Description |
---|---|
com.netflix.config |
Modifier and Type | Method and Description |
---|---|
DynamicDoubleProperty |
DynamicPropertyFactory.getDoubleProperty(String propName,
double defaultValue)
Create a new property whose value is a double and subject to change on-the-fly..
|
DynamicDoubleProperty |
DynamicPropertyFactory.getDoubleProperty(String propName,
double defaultValue,
Runnable propertyChangeCallback)
Create a new property whose value is a double and subject to change on-the-fly.
|
Copyright © 2020. All Rights Reserved.