未验证 提交 360024fb 编写于 作者: E elandau 提交者: GitHub

Merge pull request #412 from elandau/feature/getPropertyResolver

config: API to get a config's PropertyResolver
......@@ -72,6 +72,10 @@ public abstract class ReloadableClientConfig implements IClientConfig {
resolver.onChange(this::reload);
}
protected PropertyResolver getPropertyResolver() {
return this.resolver;
}
/**
* Refresh all seen properties from the underlying property storage
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册