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