interface DrupalReliableQueueInterface

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 DrupalReliableQueueInterface

All classes that implement DrupalReliableQueueInterface

Related topics

File

modules/system/system.queue.inc, line 192

View source
interface DrupalReliableQueueInterface extends DrupalQueueInterface {

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.