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 EventEmittingQueueInterface

A queue that emits events over an event dispatcher.

Direct known implementers

Avisota\Queue\SimpleDatabaseQueue
Namespace: Avisota\Queue
Package: avisota-core
Located at src/Avisota/Queue/EventEmittingQueueInterface.php
Methods summary
public Avisota\Queue\QueueInterface
# setEventDispatcher( Symfony\Component\EventDispatcher\EventDispatcher $eventDispatcher = null )

Set the event dispatcher for this queue.

Set the event dispatcher for this queue.

Parameters

$eventDispatcher
Symfony\Component\EventDispatcher\EventDispatcher|null
$eventDispatcher

Returns

Avisota\Queue\QueueInterface
public Symfony\Component\EventDispatcher\EventDispatcher|null
# getEventDispatcher( )

Get the event dispatcher for this queue.

Get the event dispatcher for this queue.

Returns

Symfony\Component\EventDispatcher\EventDispatcher|null
avisota/core API documentation generated by ApiGen 2.8.0