Skip to main content

UpdateConfigurationValueAndNotify

Function UpdateConfigurationValueAndNotify 

Source
async fn UpdateConfigurationValueAndNotify(
    run_time: Arc<ApplicationRunTime>,
    key: String,
    value: Value,
    target: ConfigurationTarget,
    log_prefix: &str,
) -> Result<Value, String>