# createRpcParamDecorator

**Kind:** Function

**Source:** [`packages/microservices/utils/param.utils.ts`](https://github.com/nestjs/nest/blob/master/packages/microservices/utils/param.utils.ts#L8)

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

## Signature

```ts
function createRpcParamDecorator(paramtype: RpcParamtype): (...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator
```

## Parameters

| Name | Type |
|---|---|
| `paramtype` | `RpcParamtype` |

**Returns:** `(...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator`

## Relationships

- IMPORTS → `PipeTransform`
- IMPORTS → `Type`
- IMPORTS → `assignMetadata`
- IMPORTS → `isNil`
- IMPORTS → `isString`
