All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.baidu.disconf.client.addons.properties.IReconfigurationAware Maven / Gradle / Ivy

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