Home > @esengine/ecs-framework-monorepo > RpcCallHandlerEvents
RpcCallHandlerEvents interface
RPC调用处理器事件
Signature:
typescript
export interface RpcCallHandlerEvents
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(request: RpcCallRequest, response: RpcCallResponse) => void | |||
(request: RpcCallRequest, error: RpcError) => void | |||
(request: RpcCallRequest) => void | |||
(methodName: string, senderId: string) => void | |||
(methodName: string, senderId: string) => void |