Classes
@system-inc/base-foundation · 515c140 · 1 symbols
BaseEventBus
class
The base event bus for Base applications.
Members
container:BaseInjectionContainerdefer(event:T):voidEmits 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.