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

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

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

/**
 * @author lepdou 2022-03-01
 */
public interface ConfigKVFileChangeListener {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy