Home > @esengine/ecs-framework-monorepo > ServerRpcOptions
ServerRpcOptions interface
服务端RPC装饰器选项
Signature:
typescript
export interface ServerRpcOptions extends RpcOptions
1
Extends: RpcOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
'all' | 'authenticated' | 'admin' | (Optional) 允许的调用者类型 | ||
number | (Optional) 最大并发调用数 |