AdapterCommunication
约 73 字小于 1 分钟
2026-04-26
Karin API Docs / AdapterCommunication
类型别名: AdapterCommunication
AdapterCommunication =
"http"|"webSocketServer"|"webSocketClient"|"grpc"|"sse"|"other"|string&object
定义于: packages/core/src/types/adapter/info.ts:82
适配器通信方式
http: HTTP 通信webSocketServer: WebSocket 服务端webSocketClient: WebSocket 客户端grpc: gRPC 通信sse: Server-Sent Events 通信other: 其他通信方式
