class Illuminate / Queue / Middleware / ThrottlesExceptionsWithRedis
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

ThrottlesExceptionsWithRedis

Extends

Uses

Properties

protected

$redis Factory

The Redis factory implementation.

Default: null
protected

$limiter DurationLimiter

The rate limiter instance.

Default: null

Methods

public

handle ( $job , $next ) : mixed

Process the job.

Parameters

  • $job mixed
  • $next callable