AdapterCommunication
约 64 字小于 1 分钟
2025-10-13
Karin API Docs / AdapterCommunication
类型别名: AdapterCommunication
AdapterCommunication =
"http"
|"webSocketServer"
|"webSocketClient"
|"grpc"
|"other"
定义于: packages/core/src/types/adapter/info.ts:63
适配器通信方式
http
: HTTP 通信webSocketServer
: WebSocket 服务端webSocketClient
: WebSocket 客户端grpc
: gRPC 通信other
: 其他通信方式