Expand description
Dispatch bridge for Binding-driven calls.
Synthesizes a CALL ns::proc() statement from a Binding + caller-supplied Params
and routes it through the shared dispatch::dispatch pipeline. All three transport
crates (HTTP, gRPC, WS) call this helper and wrap the returned (Vec<Frame>, ExecutionMetrics)
in their own response envelope.
Functionsยง
- dispatch_
binding - Synthesize and dispatch
CALL {ns}::{proc}()for a binding; parameters are resolved at execution time fromparams(no$nameplaceholders in the CALL text).