Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/consume
WebhookWorker
Interface WebhookWorker
Represents a webhook worker
interface
WebhookWorker
{
close
()
:
Promise
<
void
>
;
run
()
:
Promise
<
void
>
;
}
Implemented by
BullWebhookWorker
Methods
close
close
()
:
Promise
<
void
>
Close worker
Returns
Promise
<
void
>
run
run
()
:
Promise
<
void
>
Run worker
Returns
Promise
<
void
>
Methods
close
run
GitHub
Example
Fake Mirrors
Loading...
Represents a webhook worker