PHP Classes

File: config/services_test.yaml

Recommend this page to a friend!
  Classes of Niko   PHP HouseHold   config/services_test.yaml   Download  
File: config/services_test.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HouseHold
Manage the stock of groceries in a house
Author: By
Last change:
Date: 1 year ago
Size: 703 bytes
 

Contents

Class file image Download
services: _defaults: public: true bind: $elasticConfig: '%elastic%' App\Tests\Infrastructure\Share\Event\EventCollectorListener: public: true tags: - { name: broadway.domain.event_listener } events_to_elastic: class: App\Core\Infrastructure\Share\Event\Consumer\SendEventsToElasticConsumer autowire: true events_repository: class: App\Core\Infrastructure\Share\Event\Query\EventElasticRepository autowire: true App\Tests\Infrastructure\Share\Event\Publisher\InMemoryProducer: ~ old_sound_rabbit_mq.events_producer: alias: 'App\Tests\Infrastructure\Share\Event\Publisher\InMemoryProducer'