Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
dictionary.php
1<?php
2
4
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}