Skip to content

Commit f2a3a40

Browse files
author
alex
committed
docs(microservices): add Hint
1 parent 43e39bf commit f2a3a40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/microservices/grpc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,9 @@ export class HeroesService {
487487
}
488488
}
489489
```
490+
> info **Hint** The classes `Metadata`, `ServerUnaryCall`, `ServerUnaryCall`, `ServerReadableStream` etc. are exported
491+
> from the
492+
> `grpc` package.
490493
491494
The Grpc client can also send metadata if it is sent by the second parameter:
492495

0 commit comments

Comments
 (0)