bool connected(string $name = null) Determine if the driver is connected
bool isReleased() Determine if the job was released back into the queue
mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job
void stop() Stop listening and bail out of the script.
mixed __call(string $method, array $parameters) Dynamically handle missing
IronQueue class IronQueue extends Queue
string resolveName() Get the resolved name of the queued job class.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
BeanstalkdQueue class BeanstalkdQueue extends Queue
mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '')
Page 34 of 65