interface Illuminate / Contracts / Queue / Monitor
You are viewing an older version of the documentation. For the latest, please visit master documentation.

Monitor

Methods

public

looping ( $callback ) : void

Register a callback to be executed on every iteration through the queue loop.

Parameters

  • $callback mixed
public

failing ( $callback ) : void

Register a callback to be executed when a job fails after the maximum amount of retries.

Parameters

  • $callback mixed
public

stopping ( $callback ) : void

Register a callback to be executed when a daemon queue is stopping.

Parameters

  • $callback mixed