Package | Description |
---|---|
com.netflix.config |
Modifier and Type | Method and Description |
---|---|
DynamicIntProperty |
DynamicPropertyFactory.getIntProperty(String propName,
int defaultValue)
Create a new property whose value is an integer and subject to change on-the-fly..
|
DynamicIntProperty |
DynamicPropertyFactory.getIntProperty(String propName,
int defaultValue,
Runnable propertyChangeCallback)
Create a new property whose value is an integer and subject to change on-the-fly.
|
Copyright © 2017. All Rights Reserved.