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

Archivo

drupal-7.x/modules/system/system.queue.inc, line 192
Queue functionality.

View source
interface DrupalReliableQueueInterface extends DrupalQueueInterface {
}

Members