<?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 getExportParcelService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\Reflex\Export\ExportParcel' shared autowired service.
     *
     * @return \App\External\Reflex\Export\ExportParcel
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService'));

        if (isset($container->privates['App\\External\\Reflex\\Export\\ExportParcel'])) {
            return $container->privates['App\\External\\Reflex\\Export\\ExportParcel'];
        }
        $b = ($container->services['messenger.default_bus'] ?? self::getMessenger_DefaultBusService($container));

        if (isset($container->privates['App\\External\\Reflex\\Export\\ExportParcel'])) {
            return $container->privates['App\\External\\Reflex\\Export\\ExportParcel'];
        }
        $c = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));

        if (isset($container->privates['App\\External\\Reflex\\Export\\ExportParcel'])) {
            return $container->privates['App\\External\\Reflex\\Export\\ExportParcel'];
        }
        $d = ($container->services['VU\\Logistic\\Util\\ParcelUtilService'] ??= new \VU\Logistic\Util\ParcelUtilService());
        $e = new \App\External\Reflex\Util\ReflexUtilService();

        $instance = new \App\External\Reflex\Export\ExportParcel(($container->privates['reflex.storage'] ?? $container->load('getReflex_StorageService')), 'VUN', 'HL', $a, $b, new \App\External\Reflex\Interfaces\Out\Interface03($c, $d, $e), new \App\External\Reflex\Interfaces\Out\Interface04($c, $d, $e), new \App\External\Reflex\Interfaces\Out\Interface20($c), new \App\External\Reflex\Interfaces\Out\Interface22($c));

        if (isset($container->privates['App\\External\\Reflex\\Export\\ExportParcel'])) {
            return $container->privates['App\\External\\Reflex\\Export\\ExportParcel'];
        }

        return $container->privates['App\\External\\Reflex\\Export\\ExportParcel'] = $instance;
    }
}
