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

com.tencent.polaris.configuration.api.core.ConfigFileChangeListener Maven / Gradle / Ivy

There is a newer version: 1.15.4
Show newest version
package com.tencent.polaris.configuration.api.core;

/**
 * The listener of config file change.
 *
 * @author lepdou 2022-03-01
 */
public interface ConfigFileChangeListener {

    /**
     * onChange method will be invoked, when config file published
     *
     * @param event publish event, contain change info
     */
    void onChange(ConfigFileChangeEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy