Skip to content

Documentation / @agentick/shared / RPCTransportConfig

Interface: RPCTransportConfig ​

Defined in: rpc-transport.ts:63

Properties ​

clientId? ​

optional clientId: string

Defined in: rpc-transport.ts:65

Client ID sent in the connect message


reconnect? ​

optional reconnect: object

Defined in: rpc-transport.ts:71

Reconnection settings

delay? ​

optional delay: number

enabled? ​

optional enabled: boolean

maxAttempts? ​

optional maxAttempts: number


timeout? ​

optional timeout: number

Defined in: rpc-transport.ts:69

Request timeout in ms (default: 30000)


token? ​

optional token: string

Defined in: rpc-transport.ts:67

Authentication token

Released under the ISC License.