int|null log(string $connection, string $queue, string $payload, Exception $exception)
void exceptionOccurred(mixed $callback) Register an event listener for
bool confirm(string $question, bool $default = false) Confirm a question
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
mixed push(string $job, mixed $data = '', string $queue = null) Push a
void question(string $string) Write a string as question output.
array when() Get the events that trigger this service provider to register
void release(int $delay) Release the job back into the queue.
void fire() Fire the job. Return Value
static mixed bulk(array $jobs, mixed $data = '', string $queue = null, string $connection = null)
Page 8 of 65