Policy

Extends \Ascmvc\EventSourcing\EventListener

Class Policy

package

Ascmvc\EventSourcing

Methods

EventListener constructor.

__construct(\Ascmvc\EventSourcing\EventDispatcher $eventDispatcher) 
inherited

Arguments

Runs the EventListener class as a function.

__invoke(\Ascmvc\EventSourcing\Event\Event $event) : \Generator
inherited

Arguments

Response

\Generator

Returns an instance of this class.

getInstance(\Ascmvc\EventSourcing\EventDispatcher $eventDispatcher) : \Ascmvc\EventSourcing\EventListener
inherited static

Event listener method.

onEvent(\Ascmvc\EventSourcing\Event\Event $event) : \Generator
inherited

Arguments

Response

\Generator

Properties

Contains an instance of the \Ascmvc\EventSourcing\EventDispatcher

eventDispatcher : \Ascmvc\EventSourcing\EventDispatcher
inherited