Home > @esengine/ecs-framework-monorepo > RpcReliabilityManagerEvents
RpcReliabilityManagerEvents interface
RPC可靠性管理器事件
Signature:
typescript
export interface RpcReliabilityManagerEvents
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(record: DuplicateCallRecord) => void | |||
(callId: string, waitTime: number) => void | |||
(callId: string, queueSize: number) => void | |||
(transactionId: string) => void | |||
(transactionId: string, reason: string) => void | |||
(transactionId: string) => void |