@142vip.grpc.TypeAlias.ServiceMethodFuncImpl - 142vip/core-x GitHub Wiki

API 参考 / @142vip/grpc / ServiceMethodFuncImpl

Type Alias: ServiceMethodFuncImpl()

ServiceMethodFuncImpl = <RequestType, ResponseType>(requestData) => Promise<ResponseType>

Defined in: enum/grpc.interface.ts:42

GRPC方法实现

Type Parameters

RequestType

RequestType = any

ResponseType

ResponseType = any

Parameters

requestData

RequestType

Returns

Promise<ResponseType>