Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Queue/Events/WorkerInterrupted.php
Строк: 40
<?php

namespace IlluminateQueueEvents;

use 
IlluminateQueueWorkerOptions;

class 
WorkerInterrupted
{
    
/**
     * Create a new event instance.
     *
     * @param  int  $signal  The signal that interrupted the worker.
     * @param  string|null  $connectionName
     * @param  string|null  $queue
     * @param  WorkerOptions|null  $workerOptions
     */
    
public function __construct(
        public 
int $signal,
        public ?
string $connectionName null,
        public ?
string $queue null,
        public ?
WorkerOptions $workerOptions null,
    ) {
    }
}
Онлайн: 2
Реклама