Skip to content

Documentation / @agentick/shared / RPCConnectionHandle

Interface: RPCConnectionHandle

Defined in: rpc-transport.ts:29

Handle to an open connection. Provided by the delegate after open().

Methods

close()

close(): void

Defined in: rpc-transport.ts:33

Close the connection

Returns

void


send()

send(data): void

Defined in: rpc-transport.ts:31

Send a JSON-serializable object over the wire

Parameters

data

Record<string, unknown>

Returns

void

Released under the ISC License.