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