sfcod/jobqueue

View on GitHub
Event/WorkerStoppingEvent.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SfCod\QueueBundle\Event;

use Symfony\Contracts\EventDispatcher\Event;

/**
 * Class WorkerStoppingEvent
 * Event on worker stopping
 *
 * @author Virchenko Maksim <muslim1992@gmail.com>
 *
 * @package SfCod\QueueBundle\Events
 */
class WorkerStoppingEvent extends Event
{
}