Home > @esengine/ecs-framework-monorepo > RpcMetadataManagerEvents
RpcMetadataManagerEvents interface
RPC元数据管理器事件
Signature:
typescript
export interface RpcMetadataManagerEvents
1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(className: string, methodCount: number) => void | |||
(className: string) => void | |||
(metadata: RpcMethodMetadata) => void | |||
(methodName: string) => void |