ProcessorOptions
interface ProcessorOptions {
name?: string
scope?: Scope
}
Properties
Property | Description |
---|---|
name?: string
|
Specifies the name of the queue to subscribe to. |
scope?: Scope
|
Specifies the lifetime of an injected Processor. |