CreateEffectForRequest

Function CreateEffectForRequest 

Source
pub fn CreateEffectForRequest<R: Runtime>(
    _ApplicationHandle: &AppHandle<R>,
    Method: &str,
    Parameters: Value,
) -> Result<MappedEffect, String>
Expand description

Creates an ActionEffect or a direct provider call for a request from any source (frontend or sidecar). This function is the primary router for the entire backend application logic.