class
Illuminate
/
Support
/
Facades
/
Queue
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Queue
Extends
See
- \Illuminate\Queue\QueueManager
- \Illuminate\Queue\Queue
Methods
public
static
popUsing ( $workerName , $callback ) : void
Register a callback to be executed to pick jobs.
Parameters
- $workerName string
- $callback callable
protected
static
getFacadeAccessor ( ) : string
Get the registered name of the component.