Home > @esengine/ecs-framework-monorepo > RpcCallRequest
RpcCallRequest interface
RPC调用请求
Signature:
typescript
export interface RpcCallRequest<T extends readonly unknown[] = readonly unknown[]>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
T | 调用参数 | ||
string | 调用ID | ||
string | 方法名 | ||
调用配置 | |||
string | 发送者ID | ||
string | (Optional) 目标ID(可选,用于特定客户端调用) | ||
number | 调用时间戳 |