Use APIs in {@link DynamicPropertyFactory} to create instance of this class. @author awang
787980818283848586
return property.get(); } @Override public long getLong(String key, int defaultValue) { final DynamicLongProperty property = DynamicPropertyFactory .getInstance().getLongProperty(key, defaultValue); return property.get(); }