Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/consumer
ConsumerProcessorAction
Type Alias ConsumerProcessorAction<T>
ConsumerProcessorAction
:
(
spec
:
ConsumerProcessorSpec
,
data
:
T
)
=>
Promise
<
void
>
Represents the consumer processor action function.
Type Parameters
T
Type Declaration
(
spec
:
ConsumerProcessorSpec
,
data
:
T
)
:
Promise
<
void
>
Parameters
spec
:
ConsumerProcessorSpec
data
:
T
The job data payload.
Returns
Promise
<
void
>
The job result.
GitHub
Example
Fake Mirrors
Loading...
Represents the consumer processor action function.