ReliableQueueInterface.php
Same filename in other branches
Namespace
Drupal\Core\QueueFile
-
core/
lib/ Drupal/ Core/ Queue/ ReliableQueueInterface.php
View source
<?php
namespace Drupal\Core\Queue;
/**
* Reliable queue interface.
*
* Classes implementing this interface preserve the order of messages and
* guarantee that every item will be executed at least once.
*
* @ingroup queue
*/
interface ReliableQueueInterface extends QueueInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
ReliableQueueInterface | Reliable queue interface. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.