void looping(mixed $callback) Register a callback to be executed on every
void stopping(mixed $callback) Register a callback to be executed when
mixed pushRaw(string $payload, string $queue = null, array $options = array())
void failing(mixed $callback) Register a callback to be executed when a
string getQueue() Get the name of the queue the job belongs to.
Job|null pop(string $queue = null)
mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job
string resolveName() Get the resolved name of the queued job class.
QueueableEntity interface QueueableEntity (
EntityResolver interface EntityResolver (
Page 2 of 4