Home > @esengine/ecs-framework-monorepo > RpcCallProxy
RpcCallProxy class
RPC调用代理 负责发送RPC调用并处理响应
Signature:
typescript
export declare class RpcCallProxy extends EventEmitter
Extends: EventEmitter
Constructors
Constructor | Modifiers | Description |
---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
| 客户端RPC调用器 | ||
| 服务端RPC调用器(用于服务端调用客户端) |
Methods
Method | Modifiers | Description |
---|---|---|
发起RPC调用 | ||
取消RPC调用 | ||
销毁代理 | ||
获取待处理的调用 | ||
获取统计信息 | ||
处理RPC响应 | ||
重置统计信息 | ||
设置网络状态 | ||
更新配置 |