# ClientsModule

**Kind:** Module

**Source:** [`packages/microservices/module/clients.module.ts`](https://github.com/nestjs/nest/blob/master/packages/microservices/module/clients.module.ts#L17)

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

## Relationships

- IMPORTS → `DynamicModule`
- IMPORTS → `ForwardReference`
- IMPORTS → `Module`
- IMPORTS → `OnApplicationShutdown`
- IMPORTS → `Provider`
- IMPORTS → `Type`

## Used by

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

### Imported by (4)

- `ConfigService` — `integration/microservices/src/app.module.ts`:18
- `ConfigService` — `integration/microservices/src/tcp-tls/app.module.ts`:29
- `MathModule` — `sample/03-microservices/src/math/math.module.ts`:6
- `HeroModule` — `sample/04-grpc/src/hero/hero.module.ts`:6
