void extend(string $driver, Closure $resolver) Add a queue connection resolver. Parameters string $driver Closure $resolver Return Value void
void failing(mixed $callback) Register an event listener for the failed job event. Parameters mixed $callback Return Value void
string getDefaultDriver() Get the name of the default queue connection. Return Value string
string getName(string $connection = null) Get the full name for the given connection. Parameters string $connection Return Value string
bool isDownForMaintenance() Determine if the application is in maintenance mode. Return Value bool
void looping(mixed $callback) Register an event listener for the daemon queue loop. Parameters mixed $callback Return Value void
void setDefaultDriver(string $name) Set the name of the default queue connection. Parameters string $name Return Value void
void stopping(mixed $callback) Register an event listener for the daemon queue stopping. Parameters mixed $callback Return Value void
mixed __call(string $method, array $parameters) Dynamically pass calls to the default connection. Parameters string $method array $parameters Return Value mixed
void __construct(Application $app) Create a new queue manager instance. Parameters Application $app Return Value void
Page 9631 of 11844