EventsMessagingBridge(options: EventsMessagingBridgeOptions): IPlugin
EventsMessagingBridge factory.
Creates a plugin that forwards domain events from the in-process event bus to an external messaging broker. This enables local events to be published as cross-service messages without coupling the events and messaging plugins.
The bridge is publish-only: it subscribes to configured event types on the event bus and publishes them to the messaging broker.
options: EventsMessagingBridgeOptions
Bridge configuration options