bullmq - v5.64.0
Preparing search index...
v2
Processor
Type Alias Processor<T, R, N>
Processor
:
(
job
:
Job
<
T
,
R
,
N
>
,
token
?:
string
)
=>
Promise
<
R
>
An async function that receives
Job
s and handles them.
Type Parameters
T
=
any
R
=
any
N
extends
string
=
string
Type Declaration
(
job
:
Job
<
T
,
R
,
N
>
,
token
?:
string
)
:
Promise
<
R
>
Parameters
job
:
Job
<
T
,
R
,
N
>
Optional
token
:
string
Returns
Promise
<
R
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
bullmq - v5.64.0
Loading...
An async function that receives
Jobs and handles them.