Stone.js API
    Preparing search index...

    In-process bus connection.

    Delivers to the application's own EventEmitter, so the same emit code reaches in-process listeners in a monolith. The emitter is used, never modified: the core stays untouched.

    Implements

    Index
    name: string

    A human-readable name (e.g. local, cloud, eventbridge).

    • Type Parameters

      • T = unknown

      Parameters

      • name: string
      • Optionalpayload: T

      Returns Promise<void>