Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-executor / client / TRPCClientHandle

Interface: TRPCClientHandle

Defined in: packages/fireflow-executor/client/trpc.ts:146

Handle returned by createTRPCClientWithHandle. Provides both the tRPC client and a close() method to shut down the underlying WebSocket.

Properties

client

client: TRPCClient

Defined in: packages/fireflow-executor/client/trpc.ts:147


close()

close: () => void

Defined in: packages/fireflow-executor/client/trpc.ts:149

Close the underlying WebSocket connection.

Returns

void

Licensed under BUSL-1.1