Example bus bridge from prooph-do-sf
prooph_event_store_bus_bridge.transaction_manager:
class: Prooph\EventStoreBusBridge\TransactionManager
tags:
- { name: 'prooph_event_store.todo_store.plugin' }
prooph_event_store_bus_bridge.todo_event_publisher:
class: Prooph\EventStoreBusBridge\EventPublisher
arguments: ['@prooph_service_bus.todo_event_bus']
tags:
- { name: 'prooph_event_store.todo_store.plugin' }
Example bus bridge from prooph-do-sf