Skip to main content

Module external

Module external 

Source
Expand description

The adapter protocol client (spec/sync/README.md §5): spawn an adapter command with args + render_config_flags(config) and the source’s env, then speak newline-delimited JSON over its stdio — a handshake line, then id-matched requests and responses with ids from 1, plus the unsolicited {"event":"batch"} stream while a watch is live. stdout is the protocol; stderr is inherited for logs.

Structs§

ExternalSource
A connected adapter.