Skip to content

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

RpcReliabilityManagerEvents interface

RPC可靠性管理器事件

Signature:

typescript
export interface RpcReliabilityManagerEvents

Properties

Property

Modifiers

Type

Description

duplicateCallDetected

(record: DuplicateCallRecord) => void

orderedCallProcessed

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

orderedCallQueued

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

transactionCommitted

(transactionId: string) => void

transactionRolledback

(transactionId: string, reason: string) => void

transactionStarted

(transactionId: string) => void

基于 MIT 许可证发布