<?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_YVt20EService extends App_KernelProdContainer
{
    /*
     * Gets the private '.messenger.handler_descriptor._YVt20E' shared service.
     *
     * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
     */
    public static function do($container, $lazyLoad = true)
    {
        $instance = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\RemoteEvent\Messenger\ConsumeRemoteEventHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
            'everest' => ['privates', 'App\\RemoteEvent\\EverestWebhookConsumer', 'getEverestWebhookConsumerService', true],
        ], [
            'everest' => 'App\\RemoteEvent\\EverestWebhookConsumer',
        ])), []);

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

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