Beignet API reference
Preparing search index...
@beignet/core
server
RuntimeRegistriesInput
Interface RuntimeRegistriesInput
interface
RuntimeRegistriesInput
{
listeners
?:
readonly
ListenerDef
<
EventDef
<
string
,
StandardSchema
>
,
unknown
,
string
,
>
[]
;
outbox
?:
OutboxRegistry
;
schedules
?:
readonly
ScheduleDef
<
string
,
StandardSchema
,
unknown
>
[]
;
tasks
?:
readonly
TaskDef
<
string
,
StandardSchema
,
unknown
,
unknown
>
[]
;
}
Index
Properties
listeners?
outbox?
schedules?
tasks?
Properties
Optional
Readonly
listeners
listeners
?:
readonly
ListenerDef
<
EventDef
<
string
,
StandardSchema
>
,
unknown
,
string
,
>
[]
Optional
Readonly
outbox
outbox
?:
OutboxRegistry
Optional
Readonly
schedules
schedules
?:
readonly
ScheduleDef
<
string
,
StandardSchema
,
unknown
>
[]
Optional
Readonly
tasks
tasks
?:
readonly
TaskDef
<
string
,
StandardSchema
,
unknown
,
unknown
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
listeners
outbox
schedules
tasks
Beignet API reference
Loading...