AggregateEventListenerInterface

Extends \Ascmvc\EventSourcing\EventListenerInterface

Interface EventListenerInterface

package

Ascmvc\EventSourcing

Methods

Aggregate Event listener method.

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

Arguments

Response

mixed

Event listener method.

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