Kind: Constant
Source: packages/microservices/decorators/ctx.decorator.ts
Part of: Microservices
Definition
ts() => ParameterDecorator
Value
tscreateRpcParamDecorator(
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)
MqttController—integration/microservices/src/mqtt/mqtt.controller.ts:16NatsController—integration/microservices/src/nats/nats.controller.ts:19RMQFanoutExchangeConsumerController—integration/microservices/src/rmq/fanout-exchange-consumer-rmq.controller.ts:4RMQController—integration/microservices/src/rmq/rmq.controller.ts:16RMQTopicExchangeController—integration/microservices/src/rmq/topic-exchange-rmq.controller.ts:12
Was this page helpful?