<?php
namespace ContainerBI5hVSN;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getGosWebSocket_Pusher_AmqpService extends AppKernelDevDebugContainer
{
/**
* Gets the public 'gos_web_socket.pusher.amqp' shared service.
*
* @return \Gos\Bundle\WebSocketBundle\Pusher\DataCollectingPusherDecorator
*
* @deprecated Since gos/web-socket-bundle 3.1: The "gos_web_socket.pusher.amqp" service is deprecated and will be removed in GosWebSocketBundle 4.0, use the symfony/messenger component instead.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('gos/web-socket-bundle', '3.1', 'The "gos_web_socket.pusher.amqp" service is deprecated and will be removed in GosWebSocketBundle 4.0, use the symfony/messenger component instead.');
$a = ($container->privates['gos_web_socket.pusher.amqp.data_collector.inner'] ?? $container->load('getGosWebSocket_Pusher_Amqp_DataCollector_InnerService'));
if (isset($container->services['gos_web_socket.pusher.amqp'])) {
return $container->services['gos_web_socket.pusher.amqp'];
}
return $container->services['gos_web_socket.pusher.amqp'] = new \Gos\Bundle\WebSocketBundle\Pusher\DataCollectingPusherDecorator($a, ($container->privates['debug.stopwatch'] ?? ($container->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($container->privates['gos_web_socket.data_collector.websocket'] ?? $container->load('getGosWebSocket_DataCollector_WebsocketService')));
}
}