QueueManager
class QueueManager implements Factory, Monitor (View source)
Methods
Register an event listener for the before job event.
Register an event listener for the after job event.
Register an event listener for the exception occurred job event.
Register an event listener for the daemon queue loop.
Register an event listener for the failed job event.
Register an event listener for the daemon queue stopping.
Determine if the driver is connected.
Resolve a queue connection instance.
Get the name of the default queue connection.
Set the name of the default queue connection.
Get the full name for the given connection.
Determine if the application is in maintenance mode.
Dynamically pass calls to the default connection.
Details
at line line 72
void
exceptionOccurred(
mixed $callback)
Register an event listener for the exception occurred job event.
at line line 83
void
looping(
mixed $callback)
Register an event listener for the daemon queue loop.
at line line 105
void
stopping(
mixed $callback)
Register an event listener for the daemon queue stopping.
at line line 194
void
addConnector(
string $driver,
Closure $resolver)
Add a queue connection resolver.
at line line 241
string
getName(
string $connection = null)
Get the full name for the given connection.
at line line 263
mixed
__call(
string $method,
array $parameters)
Dynamically pass calls to the default connection.