/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Messenger/Event/WorkerMessageSkipEvent.php
21 строка
445 B
Thibaut Chieux
[Messenger] Allow to skip message in FailedMessagesRetryCommand
03 сен 2024, 14:58
03 сен 2024, 14:58
7ec6914
Код
Авторство
О чём код?
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Messenger\Event; /** * Dispatched when a message was skip. * * The event name is the class name. */ final class WorkerMessageSkipEvent extends AbstractWorkerMessageEvent { }