DrupalReliableQueueInterface

  1. drupal
    1. 7 modules/system/system.queue.inc

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

File

modules/system/system.queue.inc, line 199
Queue functionality.

View source

Related topics

Login or register to post comments