Beignet API reference
Preparing search index...
@beignet/core
notifications
createQueuedNotificationsProvider
Function createQueuedNotificationsProvider
createQueuedNotificationsProvider
<
Name
extends
string
,
Ctx
>
(
options
:
QueuedNotificationsProviderOptions
<
Name
,
Ctx
>
,
)
:
ServiceProvider
<
{
jobs
:
JobDispatcher
}
,
StandardSchemaV1
<
void
,
void
>
,
{
notifications
:
NotificationPort
}
,
unknown
,
void
,
>
Create a provider that contributes a job-backed notification dispatcher.
Type Parameters
Name
extends
string
Ctx
Parameters
options
:
QueuedNotificationsProviderOptions
<
Name
,
Ctx
>
Returns
ServiceProvider
<
{
jobs
:
JobDispatcher
}
,
StandardSchemaV1
<
void
,
void
>
,
{
notifications
:
NotificationPort
}
,
unknown
,
void
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Beignet API reference
Loading...
Create a provider that contributes a job-backed notification dispatcher.