Skip to content

Documentation / @agentick/gateway / UnixSocketTransportConfig

Interface: UnixSocketTransportConfig ​

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

Base transport configuration (no network requirements).

Extends ​

Properties ​

auth? ​

optional auth: AuthConfig

Defined in: gateway/src/transport.ts:68

Authentication configuration

Inherited from ​

TransportConfig.auth


onAuthenticated()? ​

optional onAuthenticated: (client) => void

Defined in: gateway/src/transport.ts:71

Called after a client successfully authenticates. Gateway uses this to send ConnectedMessage.

Parameters ​

client ​

TransportClient

Returns ​

void

Inherited from ​

TransportConfig.onAuthenticated


socketPath ​

socketPath: string

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

Path to the Unix domain socket file

Released under the ISC License.