Reliable queue interface.
Classes implementing this interface preserve the order of messages and guarantee that every item will be executed at least once.
Implemented by
Hierarchy
- DrupalReliableQueueInterface extends DrupalQueueInterface
File
- modules/
system/ system.queue.inc, line 199 - Queue functionality.
View source
interface DrupalReliableQueueInterface extends DrupalQueueInterface { }