Skip to content

Home > @esengine/ecs-framework-monorepo > RpcMetadataManager > getMethodHandler

RpcMetadataManager.getMethodHandler() method

获取RPC方法处理器

Signature:

typescript
getMethodHandler(methodName: string): Function | undefined;

Parameters

Parameter

Type

Description

methodName

string

Returns:

Function | undefined

基于 MIT 许可证发布