Interface Options

Prop

true - Should the Bus throw an error when an event is emitted and there are no listeners for the event

Prop

"Anonymous" - A name for the bus. Included in warn/info/error potential memory leak messages and unhandled event errors thrown

Prop

ListenerThresholds

Prop

Logger [console] - How to log potential memory leaks, if thresholds are < Infinity

Prop

should memory leak warnings be output on every listener added above the thresholds, or only at intervals

Hierarchy

  • Options

Properties

allowUnhandledEvents?: boolean
name?: string
thresholds?: Partial<ListenerThresholds>
logger?: Logger
verbose?: boolean

Generated using TypeDoc