Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
dictionary.php
1
<?php
2
3
namespace
Bitrix\Calendar\Core\Queue\Message
;
4
5
class
Dictionary
6
{
7
public
const
MESSAGE_PARTS
= [
8
'body'
=>
'body'
,
9
'headers'
=>
'headers'
,
10
'properties'
=>
'properties'
,
11
];
12
13
public
const
HEADER_KEYS
= [
14
'routingKey'
=>
'routingKey'
,
15
];
16
}
Bitrix\Calendar\Core\Queue\Message\Dictionary
Definition
dictionary.php:6
Bitrix\Calendar\Core\Queue\Message\Dictionary\MESSAGE_PARTS
const MESSAGE_PARTS
Definition
dictionary.php:7
Bitrix\Calendar\Core\Queue\Message\Dictionary\HEADER_KEYS
const HEADER_KEYS
Definition
dictionary.php:13
Bitrix\Calendar\Core\Queue\Message
Definition
builderhandledmessagefromdatamanager.php:3
modules
calendar
lib
core
queue
message
dictionary.php
Создано системой
1.10.0