InteractsWithQueue trait InteractsWithQueue (
mixed push(string $job, mixed $data = '', string $queue = null) Push a
void exceptionOccurred(mixed $callback) Register an event listener for
mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an
string getQueue(string|null $queue) Get the queue or return the default
void __wakeup() Restore the model after serialization.
int size(string $queue = null) Get the size of the queue.
void package(string $package, string $namespace = null, string $path = null)
void registerRestartCommand() Register the queue restart console command
void release(int $delay) Release the job back into the queue.
Page 4 of 21