Documentation / @agentick/gateway / ConnectMessage
Interface: ConnectMessage
Defined in: gateway/src/transport-protocol.ts:16
Properties
clientId
clientId:
string
Defined in: gateway/src/transport-protocol.ts:18
metadata?
optionalmetadata:Record<string,unknown>
Defined in: gateway/src/transport-protocol.ts:21
protocolVersion?
optionalprotocolVersion:string
Defined in: gateway/src/transport-protocol.ts:20
token?
optionaltoken:string
Defined in: gateway/src/transport-protocol.ts:19
type
type:
"connect"
Defined in: gateway/src/transport-protocol.ts:17