ShouldQueue interface ShouldQueue (
bool isDeletedOrReleased() Determine if the job has been deleted or released
mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null)
void release(int $delay) Release the job back into the queue.
ShouldBeQueued deprecated interface ShouldBeQueued implements
EntityNotFoundException class EntityNotFoundException extends
void __construct(string $type, mixed $id) Create a new exception instance
bool isDeleted() Determine if the job has been deleted.
Factory interface Factory (
mixed resolve(string $type, mixed $id) Resolve the entity for the given
Page 3 of 4