Bun samples are verified on Bun 1.3.13; HTTP/2 clients need Bun >= 1.2.6, and a few packages skip their Bun suite in CI. Runtime compatibility
Connectum API Reference / @connectum/core / RemoteResolver
Type Alias: RemoteResolver โ
RemoteResolver = (
ctx) =>Transport|null
Defined in: packages/core/src/remoteResolver.ts:40
Resolve a remote service to a Transport, or null if there is no route. Synchronous by contract โ see the module note.
Parameters โ
ctx โ
Returns โ
Transport | null
