Classes

@system-inc/base-foundation · 515c140 · 1 symbols

The base event bus for Base applications.

Members

  • container: BaseInjectionContainer

  • defer(event: T): void

    Emits the event as a deferredAction, meaning it will be emitted after the current request is finished.

  • publish(event: T): Promise<void>

    Emits the given event immediately to all listeners.

View source ↗

Classes • Documentation • Base