
com.baidu.disconf.client.addons.properties.IReconfigurationAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconf-client Show documentation
Show all versions of disconf-client Show documentation
https://github.com/knightliao/disconf/tree/master/disconf-client
The newest version!
package com.baidu.disconf.client.addons.properties;
/**
* 配置更新时 的拦截
*/
public interface IReconfigurationAware {
void beforeReconfiguration() throws Exception;
void afterReconfiguration() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy