PipeConnectOptions
Defined in: src/client/types.ts:45
Options for pipeConnect, the client over raw readable/writable streams.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”externalLocation?
Section titled “externalLocation?”optional externalLocation?: ExternalLocationConfig;Defined in: src/client/types.ts:49
External storage config for resolving externalized batches.
onLog?
Section titled “onLog?”optional onLog?: (msg) => void;Defined in: src/client/types.ts:47
Callback invoked for each log/error message the server emits during a request.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
msg | LogMessage |
Returns
Section titled “Returns”void