You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/microservices/grpc.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,6 +395,8 @@ interface HelloResponse {
395
395
}
396
396
```
397
397
398
+
> info **Hint** The proto interface can be automatically generated by [ts-proto](https://github.com/stephenh/ts-proto), you can read more from [here](https://github.com/stephenh/ts-proto/blob/main/NESTJS.markdown).
399
+
398
400
#### Subject strategy
399
401
400
402
The `@GrpcStreamMethod()` decorator provides the function parameter as an RxJS `Observable`. Thus, we can receive and process multiple messages.
0 commit comments