interface ReliableQueueInterface
Same name in other branches
- 9 core/lib/Drupal/Core/Queue/ReliableQueueInterface.php \Drupal\Core\Queue\ReliableQueueInterface
- 10 core/lib/Drupal/Core/Queue/ReliableQueueInterface.php \Drupal\Core\Queue\ReliableQueueInterface
- 11.x 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
- 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
File
-
core/
lib/ Drupal/ Core/ Queue/ ReliableQueueInterface.php, line 13
Namespace
Drupal\Core\QueueView source
interface ReliableQueueInterface extends QueueInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.