<?php
namespace ContainerXqPVELs;
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_WampService extends Whater_KernelDevDebugContainer
{
/**
* Gets the public 'gos_web_socket.pusher.wamp' shared service.
*
* @return \Gos\Bundle\WebSocketBundle\Pusher\DataCollectingPusherDecorator
*
* @deprecated Since gos/web-socket-bundle 3.1: The "gos_web_socket.pusher.wamp" 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.wamp" service is deprecated and will be removed in GosWebSocketBundle 4.0, use the symfony/messenger component instead.');
return $container->services['gos_web_socket.pusher.wamp'] = new \Gos\Bundle\WebSocketBundle\Pusher\DataCollectingPusherDecorator($container->load('getGosWebSocket_Pusher_Wamp_DataCollector_InnerService'), ($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')));
}
}