UNPKG

@nestjs/microservices

Version:

Nest - modern, fast, powerful node.js web framework (@microservices)

11 lines (10 loc) 300 B
import { BaseRpcContext } from './base-rpc.context'; type RedisContextArgs = [string]; export declare class RedisContext extends BaseRpcContext<RedisContextArgs> { constructor(args: RedisContextArgs); /** * Returns the name of the channel. */ getChannel(): string; } export {};