Trait nacos_sdk::api::config::ConfigChangeListener
source · pub trait ConfigChangeListener: Send + Sync {
// Required method
fn notify(&self, config_resp: ConfigResponse);
}
Expand description
The ConfigChangeListener receive a notify of ConfigResponse
.