prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Use an application wide event dispatcher #11

Closed codeliner closed 9 years ago

codeliner commented 9 years ago

Currently ginger plugins listen directly on processor or event store events. To be able to handle these events asynchronously in the future it would be better use an application wide event dispatcher (PSB EventBus) that routes the events to the plugins.