You are here

public function BackendInterface::onSuccess in Advanced Queue 8

Called when a job has been successfully processed.

Parameters

\Drupal\advancedqueue\Job $job: The job.

1 method overrides BackendInterface::onSuccess()
Database::onSuccess in src/Plugin/AdvancedQueue/Backend/Database.php
Called when a job has been successfully processed.

File

src/Plugin/AdvancedQueue/Backend/BackendInterface.php, line 123

Class

BackendInterface
Provides the interface for queue backends.

Namespace

Drupal\advancedqueue\Plugin\AdvancedQueue\Backend

Code

public function onSuccess(Job $job);