Documentation / @agentick/gateway / GatewayEvents
Interface: GatewayEvents
Defined in: gateway/src/types.ts:292
Properties
app:message
app:message:
object
Defined in: gateway/src/types.ts:305
appId
appId:
string
message
message:
string
sessionId
sessionId:
string
client:authenticated
client:authenticated:
object
Defined in: gateway/src/types.ts:297
clientId
clientId:
string
user?
optionaluser:UserContext
client:connected
client:connected:
object
Defined in: gateway/src/types.ts:295
clientId
clientId:
string
ip?
optionalip:string
client:disconnected
client:disconnected:
object
Defined in: gateway/src/types.ts:296
clientId
clientId:
string
reason?
optionalreason:string
error
error:
Error
Defined in: gateway/src/types.ts:312
plugin:registered
plugin:registered:
object
Defined in: gateway/src/types.ts:310
pluginId
pluginId:
string
plugin:removed
plugin:removed:
object
Defined in: gateway/src/types.ts:311
pluginId
pluginId:
string
session:closed
session:closed:
object
Defined in: gateway/src/types.ts:299
sessionId
sessionId:
string
session:created
session:created:
object
Defined in: gateway/src/types.ts:298
appId
appId:
string
sessionId
sessionId:
string
session:message
session:message:
object
Defined in: gateway/src/types.ts:300
content
content:
string
role
role:
"user"|"assistant"
sessionId
sessionId:
string
started
started:
object
Defined in: gateway/src/types.ts:293
host
host:
string
port
port:
number
stopped
stopped:
Record<string,never>
Defined in: gateway/src/types.ts:294