Worker class Worker (
string getQueue() Get the name of the queue the job belongs to.
string getName(string $connection = null) Get the full name for the given
int run(InputInterface $input, OutputInterface $output) Run the console
mixed __call(string $method, array $parameters) Dynamically pass calls
Queue connection(string $name = null)
void setEnvironment(string $environment) Set the current environment.
mixed recreate(string $payload, string $queue, int $delay) Push a raw payload
bool isDeleted() Determine if the job has been deleted.
Page 58 of 65