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.
EventEmitter
emit
The application event emitter.
The connection name.
Readonly
A human-readable name (e.g. local, cloud, eventbridge).
local
cloud
eventbridge
Optional
Static
Create a local connection.
A new connection.
In-process bus connection.
Delivers to the application's own
EventEmitter, so the sameemitcode reaches in-process listeners in a monolith. The emitter is used, never modified: the core stays untouched.