Queue (Contracts)

Queue

interface Queue (View source)

Methods

mixed push( string $job, mixed $data = '', string $queue = null)

Push a new job onto the queue.

mixed pushRaw( string $payload, string $queue = null, array $options = array())

Push a raw payload onto the queue.

mixed later( 登录查看完整内容