Stone.js API
    Preparing search index...

    Wires the emit side of the event bus into the container.

    Builds an EventBusManager (with a default local connection bound to the container's EventEmitter), publishes it process-wide and binds eventBus / eventBusManager. The listener side is the light key-router from @stone-js/router (enabled by @BusListener()), so this provider no longer owns a router. The core is never touched: the local driver uses the emitter.

    Implements

    • IServiceProvider
    Index
    • Register the event-bus emit services.

      Returns Promiseable<void>