bullmq - v5.56.2
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.56.2
Loading...
An async function that receives
Job
s and handles them.