Options for the EventsMessagingBridge factory.
eventTypes: readonly string[]
The event types to forward to the messaging broker.
optional
token: string
The capability token for the messaging broker to use.
optional
topicMapping: (eventType: string) => string
Function to map event types to broker topics.
optional
errorHandler: (error: unknown,eventType: string) => void
Custom error handler for publish failures.