Skip to content

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

ServerRpcOptions interface

服务端RPC装饰器选项

Signature:

typescript
export interface ServerRpcOptions extends RpcOptions

Extends: RpcOptions

Properties

Property

Modifiers

Type

Description

allowedCallers?

'all' | 'authenticated' | 'admin'

(Optional) 允许的调用者类型

maxConcurrent?

number

(Optional) 最大并发调用数

基于 MIT 许可证发布