Skip to main content

invoke

Function invoke 

Source
pub fn invoke(
    handle: &ComponentHandle,
    operation: &str,
    input_json: &Value,
    tenant: &TenantCtx,
) -> Result<Value, CompError>