Documentation / @agentick/gateway / UnixSocketClientConfig
Interface: UnixSocketClientConfig ​
Defined in: gateway/src/unix-socket-client-transport.ts:24
Properties ​
clientId? ​
optionalclientId:string
Defined in: gateway/src/unix-socket-client-transport.ts:29
Client ID (auto-generated if not provided)
connectTimeout? ​
optionalconnectTimeout:number
Defined in: gateway/src/unix-socket-client-transport.ts:45
Connection timeout in ms (default: 5000)
reconnect? ​
optionalreconnect:object
Defined in: gateway/src/unix-socket-client-transport.ts:35
Reconnection settings
delay? ​
optionaldelay:number
enabled? ​
optionalenabled:boolean
maxAttempts? ​
optionalmaxAttempts:number
socketPath ​
socketPath:
string
Defined in: gateway/src/unix-socket-client-transport.ts:26
Path to the Unix domain socket
timeout? ​
optionaltimeout:number
Defined in: gateway/src/unix-socket-client-transport.ts:42
Request timeout in ms (default: 30000)
token? ​
optionaltoken:string
Defined in: gateway/src/unix-socket-client-transport.ts:32
Authentication token