PushQueue
class PushQueue (View source)
A PushQueue executes PushTasks by sending the task back to the application in the form of an HTTP request to one of the application's handlers.
Constants
MAX_TASKS_PER_ADD |
The maximum number of tasks in a single call addTasks. |
Methods
__construct(string $name = 'default')
Construct a PushQueue
string
getName()
Return the queue's name.