PHP Classes

File: config/packages/messenger.yaml

Recommend this page to a friend!
  Classes of Niko   PHP HouseHold   config/packages/messenger.yaml   Download  
File: config/packages/messenger.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: 817 bytes
 

Contents

Class file image Download
framework: messenger: # Uncomment this (and the failed transport below) to send failed messages to this transport for later handling. # failure_transport: failed transports: async: "%env(MESSENGER_TRANSPORT_DSN)%" sync: 'sync://' default_bus: messenger.bus.command buses: messenger.bus.command: middleware: - validation messenger.bus.query: middleware: - validation messenger.bus.event: default_middleware: allow_no_handlers routing: 'App\Core\Application\Command\AsyncCommand': async 'App\Core\Application\Command\SyncCommand': sync 'App\Core\Application\Query\SyncQuery': sync