Home > @esengine/ecs-framework-monorepo > RpcCallHandler
RpcCallHandler class
RPC调用处理器 负责处理来自客户端的RPC调用请求
Signature:
typescript
export declare class RpcCallHandler extends EventEmitter
Extends: EventEmitter
Constructors
Constructor | Modifiers | Description |
---|---|---|
Constructs a new instance of the |
Methods
Method | Modifiers | Description |
---|---|---|
销毁处理器 | ||
获取当前活跃调用数 | ||
获取方法调用历史 | ||
获取统计信息 | ||
处理RPC调用请求 | ||
重置统计信息 | ||
设置权限检查器 | ||
更新配置 |