Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ReliableQueueInterface.php

Namespace

Drupal\Core\Queue

File

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.
RSS feed
Powered by Drupal