RedisContext
class RedisContext extends BaseRpcContext {
constructor(args: RedisContextArgs)
getChannel()
// inherited from nest/packages/microservices/BaseRpcContext
constructor(args: T)
protected args: T
getArgs(): T
getArgByIndex(index: number)
}
Constructor
Methods
getChannel() |
---|
Returns the name of the channel. |
ParametersThere are no parameters. |