• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/queue/agent/pushdelayedsectionagent.php
  • Класс: BitrixCalendarCoreQueueAgentPushDelayedSectionAgent
  • Вызов: PushDelayedSectionAgent::getConsumer
protected function getConsumer(): InterfacesConsumer
{
	$queue = (new QueueFactory())->getById(QueueRegistry::QUEUE_LIST['DelayedSyncSection']);

	return new ConsumerGroupHash($queue);
}