Constants

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

EventBusListenerDecoratorName: "EventBusListener"

View source ↗

The well-known name of the event the framework defers whenever a handler throws an exception the application did not model — register an @EventBusListener(UnhandledExceptionEventName) to observe them (persist to a database, notify, etc.).

UnhandledExceptionEventName: "Base.UnhandledException"

View source ↗