You are here

interface ReliableQueueInterface in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Queue/ReliableQueueInterface.php \Drupal\Core\Queue\ReliableQueueInterface
  2. 9 core/lib/Drupal/Core/Queue/ReliableQueueInterface.php \Drupal\Core\Queue\ReliableQueueInterface

Reliable queue interface.

Classes implementing this interface preserve the order of messages and guarantee that every item will be executed at least once.

Hierarchy

Expanded class hierarchy of ReliableQueueInterface

All classes that implement ReliableQueueInterface

Related topics

File

core/lib/Drupal/Core/Queue/ReliableQueueInterface.php, line 13

Namespace

Drupal\Core\Queue
View source
interface ReliableQueueInterface extends QueueInterface {

}

Members