Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/pull/lib/push/service/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/pull/lib/push/service/pushservice.php

<?php

namespace Bitrix\Pull\Push\Service;

interface PushService
{
	function getBatch(array $messageList): string;
}