ProcessorOptions


interface ProcessorOptions {
  name?: string
  scope?: Scope
  configKey?: string
}

Properties

Property Description
name?: string

Specifies the name of the queue to subscribe to.

scope?: Scope

Specifies the lifetime of an injected Processor.

configKey?: string

A key (configuration key) under which the queue/connection configuration should be available.