Skip to content

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

RpcOptions interface

RPC调用配置

Signature:

typescript
export interface RpcOptions

Properties

Property

Modifiers

Type

Description

priority?

number

(Optional) 调用优先级 0-10,10为最高

rateLimit?

number

(Optional) 调用频率限制(每秒)

reliable?

boolean

(Optional) 是否可靠传输

requireAuth?

boolean

(Optional) 是否需要身份验证

target?

RpcTarget

(Optional) 调用目标

timeout?

number

(Optional) 超时时间(毫秒)

基于 MIT 许可证发布