<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private '.messenger.handler_descriptor.jqVX2zn' shared service.

include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/BroadcastMessageHandler.php';
include_once \dirname(__DIR__, 4).'/src/Service/BroadcasterInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/MercureBroadcasterService.php';

return $this->privates['.messenger.handler_descriptor.jqVX2zn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\BroadcastMessageHandler(($this->privates['security.helper'] ?? $this->load('getSecurity_HelperService.php')), ($this->services['jms_serializer'] ?? $this->load('getJmsSerializerService.php')), new \App\Service\MercureBroadcasterService($this->getEnv('MERCURE_URL'), $this->getEnv('MERCURE_JWT_SECRET'))), []);
