Home > @esengine/ecs-framework-monorepo > RpcCallResponse
RpcCallResponse interface
RPC调用响应
Signature:
typescript
export interface RpcCallResponse<T = unknown>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | 调用ID | ||
number | 处理时长(毫秒) | ||
(Optional) 错误信息 | |||
T | (Optional) 返回值 | ||
boolean | 是否成功 | ||
number | 响应时间戳 |