1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
producer.php
См. документацию.
1<?php
2namespace Bitrix\Calendar\Core\Queue\Interfaces;
3
4use Bitrix\Calendar\Core\Queue\Exception\InvalidDestinationException;
5use Bitrix\Calendar\Core\Queue\Exception\InvalidMessageException;
6
7interface Producer
8{
14 public function send(Message $message): void;
15}
$message
Определения payment.php:8