Home > @esengine/ecs-framework-monorepo > RpcMethodMetadata
RpcMethodMetadata interface
RPC方法元数据
Signature:
typescript
export interface RpcMethodMetadata
1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | 所属类名 | ||
boolean | 是否为服务端RPC | ||
string | 方法名 | ||
RPC配置 | |||
string[] | 参数类型 | ||
string | 返回值类型 |