
com.baidu.disconf.client.addons.properties.ReconfigurableBean 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
package com.baidu.disconf.client.addons.properties;
/**
*
*/
public interface ReconfigurableBean {
void reloadConfiguration() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy