# ClientGrpc

**Kind:** Interface

**Source:** [`packages/microservices/interfaces/client-grpc.interface.ts`](https://github.com/nestjs/nest/blob/master/packages/microservices/interfaces/client-grpc.interface.ts#L4)

**Part of:** [Microservices](subsystem-packages-microservices)

## Used by

4 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Injected or called by (1)

- `HeroController` — `sample/04-grpc/src/hero/hero.controller.ts`:17

### Imported by (3)

- `GrpcController` — `integration/microservices/src/grpc/grpc.controller.ts`:21
- `AdvancedGrpcController` — `integration/microservices/src/grpc-advanced/advanced.grpc.controller.ts`:14
- `HeroController` — `sample/04-grpc/src/hero/hero.controller.ts`:17
