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.
Wires the emit side of the event bus into the container.
Builds an EventBusManager (with a default
localconnection bound to the container'sEventEmitter), publishes it process-wide and bindseventBus/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.