Skip to content

Documentation / @agentick/gateway / UnixSocketClientConfig

Interface: UnixSocketClientConfig ​

Defined in: gateway/src/unix-socket-client-transport.ts:24

Properties ​

clientId? ​

optional clientId: string

Defined in: gateway/src/unix-socket-client-transport.ts:29

Client ID (auto-generated if not provided)


connectTimeout? ​

optional connectTimeout: number

Defined in: gateway/src/unix-socket-client-transport.ts:45

Connection timeout in ms (default: 5000)


reconnect? ​

optional reconnect: object

Defined in: gateway/src/unix-socket-client-transport.ts:35

Reconnection settings

delay? ​

optional delay: number

enabled? ​

optional enabled: boolean

maxAttempts? ​

optional maxAttempts: number


socketPath ​

socketPath: string

Defined in: gateway/src/unix-socket-client-transport.ts:26

Path to the Unix domain socket


timeout? ​

optional timeout: number

Defined in: gateway/src/unix-socket-client-transport.ts:42

Request timeout in ms (default: 30000)


token? ​

optional token: string

Defined in: gateway/src/unix-socket-client-transport.ts:32

Authentication token

Released under the ISC License.