Beignet API reference
Preparing search index...
@beignet/provider-event-bus-memory
createInMemoryEventBusProvider
Function createInMemoryEventBusProvider
createInMemoryEventBusProvider
(
options
?:
InMemoryEventBusProviderOptions
,
)
:
ServiceProvider
<
unknown
,
StandardSchemaV1
<
void
,
void
>
,
{
eventBus
:
EventBusPort
}
,
>
Create a provider that contributes an in-memory event bus.
Parameters
options
:
InMemoryEventBusProviderOptions
= {}
Returns
ServiceProvider
<
unknown
,
StandardSchemaV1
<
void
,
void
>
,
{
eventBus
:
EventBusPort
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Beignet API reference
Loading...
Create a provider that contributes an in-memory event bus.