PHP Class Ddd\Infrastructure\Application\Notification\DoctrinePublishedMessageTracker

Inheritance: extends Doctrine\ORM\EntityRepository, implements Ddd\Application\Notification\PublishedMessageTracker
Datei anzeigen Open project: carlosbuenosvinos/ddd

Public Methods

Method Description
mostRecentPublishedMessageId ( $aTypeName ) : integer
trackMostRecentPublishedMessage ( $aTypeName, StoredEvent $notification )

Method Details

mostRecentPublishedMessageId() public method

public mostRecentPublishedMessageId ( $aTypeName ) : integer
$aTypeName
return integer

trackMostRecentPublishedMessage() public method

public trackMostRecentPublishedMessage ( $aTypeName, StoredEvent $notification )
$aTypeName
$notification Ddd\Domain\Event\StoredEvent