Skip to content

Home > @esengine/ecs-framework-monorepo > RpcCallProxyEvents

RpcCallProxyEvents interface

RPC调用代理事件

Signature:

typescript
export interface RpcCallProxyEvents

Properties

Property

Modifiers

Type

Description

callFailed

(callId: string, error: RpcError) => void

callSent

(request: RpcCallRequest) => void

callTimeout

(callId: string) => void

responseReceived

(response: RpcCallResponse) => void

retryAttempt

(callId: string, attempt: number) => void

基于 MIT 许可证发布