Overview

Namespaces

  • Avisota
    • Event
    • Message
    • Queue
    • Recipient
    • RecipientSource
    • Renderer
    • Templating
    • Test
      • Database
      • Imap
      • Message
      • Queue
      • Renderer
      • Transport
    • Transport

Classes

  • ExecutionConfig
  • QueueHelper
  • SimpleDatabaseQueue

Interfaces

  • ArchivingQueueInterface
  • EventEmittingQueueInterface
  • ExecutionDeciderInterface
  • LoggingQueueInterface
  • MutableQueueInterface
  • QueueInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Interface MutableQueueInterface

A queue where messages can be dequeued from.

Avisota\Queue\MutableQueueInterface implements Avisota\Queue\QueueInterface

Direct known implementers

Avisota\Queue\SimpleDatabaseQueue
Namespace: Avisota\Queue
Package: avisota-core
Located at src/Avisota/Queue/MutableQueueInterface.php
Methods summary
public boolean
# dequeue( Avisota\Message\MessageInterface $message )

Dequeue a message.

Dequeue a message.

Parameters

$message
Avisota\Message\MessageInterface
$message The message to dequeue.

Returns

boolean
Methods inherited from Avisota\Queue\QueueInterface
enqueue(), execute(), getMessages(), isEmpty(), length()
avisota/core API documentation generated by ApiGen 2.8.0