Skip to main content

Module binding

Module binding 

Source
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 from params (no $name placeholders in the CALL text).