Options
All
  • Public
  • Public/Protected
  • All
Menu

A registry for creating named EventEmitters.

Hierarchy

  • EventEmitterProvider

Index

Methods

  • Returns an EventEmitter, creating one if one with the given name, version, and schemaUrl pair is not already created.

    Parameters

    • name: string

      The name of the event emitter or instrumentation library.

    • domain: string

      The domain for events created by the event emitter.

    • Optional version: string

      The version of the event emitter or instrumentation library.

    • Optional options: EventEmitterOptions

      The options of the event emitter or instrumentation library.

    Returns EventEmitter

    EventEmitter An event emitter with the given name and version.

Generated using TypeDoc