Skip to content

TcpConnectOptions

Defined in: src/client/types.ts:58

Options for tcpConnect, the raw-TCP-socket RPC client.

SECURITY: raw TCP carries no authentication or TLS — connect only to trusted endpoints (use httpConnect for untrusted networks).

optional externalLocation?: ExternalLocationConfig;

Defined in: src/client/types.ts:49

External storage config for resolving externalized batches.

PipeConnectOptions.externalLocation


optional onLog?: (msg) => void;

Defined in: src/client/types.ts:47

Callback invoked for each log/error message the server emits during a request.

Parameter Type
msg LogMessage

void

PipeConnectOptions.onLog