Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
eventswithentityattendeesfindagent.php
1<?php
2
4
10
12{
13 protected function getConsumer(): Interfaces\Consumer
14 {
15 $queue = (new QueueFactory())->getById(QueueRegistry::QUEUE_LIST['EventsWithEntityAttendeesFind']);
16
17 return new Consumer\GroupHash($queue);
18 }
19
20 protected function getProcessor(): Interfaces\Processor
21 {
23 }
24
25 protected function getEscalatedInterval(): int
26 {
27 return 5;
28 }
29}