@bluelibs/runner - v6.3.1
    Preparing search index...

    Class EventManager

    EventManager handles event emission, listener registration, and event processing. It supports both specific event listeners and global listeners that handle all events. Listeners are processed in order based on their priority.

    Index

    Constructors

    Accessors

    Methods

    • Emits an event and returns the final payload from the deepest emission object that reached either the base executor or an interceptor short-circuit.

      Type Parameters

      • TInput

      Parameters

      Returns Promise<TInput>