Skip to content

Instantly share code, notes, and snippets.

@rela589n
Created March 6, 2024 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rela589n/01f763524a9a979de0b44bcacf30915c to your computer and use it in GitHub Desktop.
Save rela589n/01f763524a9a979de0b44bcacf30915c to your computer and use it in GitHub Desktop.
Symfony Tagged Locator
services:
routable.event.bus:
class: Symfony\Component\Messenger\RoutableMessageBus
arguments:
- !tagged_locator { tag: 'messenger.bus', index_by: 'id' }
- '@event.bus'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment