class DebounceFor

Methods

__construct(int $debounceFor, int|null $maxWait = null)

Create a new attribute instance.

Details

at line 18
__construct(int $debounceFor, int|null $maxWait = null)

Create a new attribute instance.

Parameters

int $debounceFor

seconds to debounce the job for

int|null $maxWait

the maximum number of seconds the job can be deferred before it is forced to run