<?php

namespace ContainerRYWeSXx;

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

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class get_Messenger_HandlerDescriptor_PaGLuBfService extends App_KernelProdContainer
{
    /*
     * Gets the private '.messenger.handler_descriptor.paGLuBf' shared service.
     *
     * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['App\\Core\\Service\\ContainerService'] ?? $container->load('getContainerServiceService'));

        if (isset($container->privates['.messenger.handler_descriptor.paGLuBf'])) {
            return $container->privates['.messenger.handler_descriptor.paGLuBf'];
        }
        $b = ($container->privates['App\\External\\Reflex\\Export\\ExportExpedition'] ?? $container->load('getExportExpeditionService'));

        if (isset($container->privates['.messenger.handler_descriptor.paGLuBf'])) {
            return $container->privates['.messenger.handler_descriptor.paGLuBf'];
        }
        $c = ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService'));

        if (isset($container->privates['.messenger.handler_descriptor.paGLuBf'])) {
            return $container->privates['.messenger.handler_descriptor.paGLuBf'];
        }

        $instance = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Core\Messenger\Container\ExportTransferToReflexHandler(($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)), ($container->privates['App\\Repository\\ContainerRepository'] ?? $container->load('getContainerRepositoryService')), ($container->privates['App\\Repository\\ExpeditionRepository'] ?? $container->load('getExpeditionRepositoryService')), $a, $b, $c), []);

        if (isset($container->privates['.messenger.handler_descriptor.paGLuBf'])) {
            return $container->privates['.messenger.handler_descriptor.paGLuBf'];
        }

        return $container->privates['.messenger.handler_descriptor.paGLuBf'] = $instance;
    }
}
