Skip to content

Commit

Permalink
correct domain_event.bus.listener_located service name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jul 20, 2017
1 parent 275acc8 commit 74f5504
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions UPGRADE-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Before:
```yml
gpslab_domain_event:
# Event bus service
# Support 'listener_locator', 'queue' or a custom service
# As a default used 'listener_locator'
bus: 'listener_locator'
# Support 'listener_located', 'queue' or a custom service
# As a default used 'listener_located'
bus: 'listener_located'

# Event queue service
# Support 'memory', 'memory_unique' or a custom service
Expand Down Expand Up @@ -99,10 +99,10 @@ Created queue
Changed event bus
-----------------

* Changed class for `domain_event.bus.listener_locator`.
* Changed class for `domain_event.bus.listener_located`.

Before used `GpsLab\Domain\Event\Bus\Bus` class.

After used `GpsLab\Domain\Event\Bus\ListenerLocatedEventBus` class.

* Service `domain_event.bus.queue` not use a `domain_event.bus.listener_locator` service.
* Service `domain_event.bus.queue` not use a `domain_event.bus.listener_located` service.

0 comments on commit 74f5504

Please sign in to comment.