Skip to content

Ctx

reference
1 min readUpdated

Kind: Constant

Source: packages/microservices/decorators/ctx.decorator.ts

Part of: Microservices

Definition

ts
() => ParameterDecorator

Value

ts
createRpcParamDecorator(
  RpcParamtype.CONTEXT,
)

Used by

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

Imported by (5)

  • MqttControllerintegration/microservices/src/mqtt/mqtt.controller.ts:16
  • NatsControllerintegration/microservices/src/nats/nats.controller.ts:19
  • RMQFanoutExchangeConsumerControllerintegration/microservices/src/rmq/fanout-exchange-consumer-rmq.controller.ts:4
  • RMQControllerintegration/microservices/src/rmq/rmq.controller.ts:16
  • RMQTopicExchangeControllerintegration/microservices/src/rmq/topic-exchange-rmq.controller.ts:12

Was this page helpful?

Download as PDF
Ctx — NestJS head-to-head