Home > @esengine/ecs-framework-monorepo > RpcCallProxyEvents
RpcCallProxyEvents interface
RPC调用代理事件
Signature:
typescript
export interface RpcCallProxyEvents
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(callId: string, error: RpcError) => void | |||
(request: RpcCallRequest) => void | |||
(callId: string) => void | |||
(response: RpcCallResponse) => void | |||
(callId: string, attempt: number) => void |