Concepts
Writing a transport
Compatibility route for the custom transport authoring guide, now grouped with Elarion's transport capabilities.
This guide moved
Custom transport authoring now lives alongside HTTP, JSON-RPC, MCP, schema generation, and client generation in Transport capabilities: writing a custom transport. This URL remains available so existing bookmarks and external links continue to work.
The guide covers the transport-neutral HandlerDispatcher, the per-call dispatch scope, off-HTTP
identity, typed and name-based invocation, AppError mapping, imperative exposure, packaging, and a
complete console-host example.
Exposing a handler you do not own
This section's former deep link is retained here for compatibility. Continue with imperative handler exposure.