-
Notifications
You must be signed in to change notification settings - Fork 1
@142vip.grpc.Function.sendGrpcRequest
mmdapl edited this page Oct 17, 2025
·
1 revision
API 参考 / @142vip/grpc / sendGrpcRequest
sendGrpcRequest<
RequestData,ResponseData>(serviceClient,methodName,requestData):Promise<ResponseData|ResponseData[]>
Defined in: utils/grpc.util.ts:89
发送GRPC请求 注意:rpcMethod.call(grpcService 这个写法,避免grpcClient的this指向异常
RequestData
ResponseData
ServiceClient
string
RequestData
Promise<ResponseData | ResponseData[]>
- @142vip/axios
- @142vip/changelog
- @142vip/commit-linter
- @142vip/copyright
- @142vip/data-source
- @142vip/eslint-config
- @142vip/fairy-cli
- @142vip/grpc
- @142vip/nest
- @142vip/nest-redis
- @142vip/nest-typeorm
- @142vip/oauth2.0
- @142vip/open-source
- @142vip/redis
- @142vip/release-version
- @142vip/typeorm
- @142vip/utils