Kind: Function
Source: packages/microservices/decorators/message-pattern.decorator.ts
Part of: Microservices
Signature
tsfunction createGrpcMethodMetadata(target: object, key: string | symbol, service: string | undefined, method: string | undefined, streaming)
Parameters
| Name | Type |
|---|---|
target | object |
key | `string |
service | `string |
method | `string |
streaming | any |
Was this page helpful?