AggregateEventListener

Implements \Ascmvc\EventSourcing\AggregateEventListenerInterface

Class AggregateEventListener

package

Ascmvc\EventSourcing

Methods

EventListener constructor.

__construct(\Ascmvc\EventSourcing\EventDispatcher $eventDispatcher) 

Arguments

Runs the EventListener class as a function.

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

Arguments

Response

\Generator

Returns an instance of this class.

getInstance(\Ascmvc\EventSourcing\EventDispatcher $eventDispatcher) : \Ascmvc\EventSourcing\AggregateEventListener
static

Aggregate Event listener method.

onAggregateEvent(\Ascmvc\EventSourcing\Event\AggregateEvent $event) : \Generator

Arguments

Response

\Generator

Event listener method.

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

Arguments

Response

\Generator

Properties

Contains an instance of the \Ascmvc\EventSourcing\EventDispatcher

eventDispatcher : \Ascmvc\EventSourcing\EventDispatcher

Contains the name of the aggregate root that created the event.

aggregateRootName : string
var

Type(s)

string