shlinkio / shlink-event-dispatcher

Event dispatching using PSR-14, with async event listener that are executed in background jobs system
MIT License
4 stars 1 forks source link

Feature/can disable listeners #54

Closed acelaya closed 1 year ago

acelaya commented 1 year ago

Refs https://github.com/shlinkio/shlink/issues/1799

codecov[bot] commented 1 year ago

Codecov Report

Merging #54 (775dc83) into main (94c82b6) will not change coverage. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##                main       #54   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        33        36    +3     
===========================================
  Files             10        10           
  Lines             85        94    +9     
===========================================
+ Hits              85        94    +9     
Impacted Files Coverage Δ
src/Dispatcher/SyncEventDispatcherFactory.php 100.00% <100.00%> (ø)
...rc/RoadRunner/RoadRunnerEventDispatcherFactory.php 100.00% <100.00%> (ø)
src/Swoole/SwooleListenersProviderDelegator.php 100.00% <100.00%> (ø)