Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ReliableQueueInterface.php

interface 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

  • interface \Drupal\Core\Queue\QueueInterface
    • interface \Drupal\Core\Queue\ReliableQueueInterface extends \Drupal\Core\Queue\QueueInterface

Expanded class hierarchy of ReliableQueueInterface

All classes that implement ReliableQueueInterface

Related topics

Queue operations
Queue items to allow later processing.

File

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

Namespace

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

}
RSS feed
Powered by Drupal