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

cn.hippo4j.starter.core.ConfigAdapter Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.hippo4j.starter.core;

/**
 * Config adapter.
 *
 * @author chen.ma
 * @date 2021/6/22 21:29
 */
public class ConfigAdapter {

    /**
     * Callback Config.
     *
     * @param config
     */
    public void callbackConfig(String config) {
        ThreadPoolDynamicRefresh.refreshDynamicPool(config);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy