PHP Class Ddd\Infrastructure\Application\Notification\DoctrinePublishedMessageTracker

Inheritance: extends Doctrine\ORM\EntityRepository, implements Ddd\Application\Notification\PublishedMessageTracker
Afficher le fichier Open project: carlosbuenosvinos/ddd

Méthodes publiques

Méthode Description
mostRecentPublishedMessageId ( $aTypeName ) : integer
trackMostRecentPublishedMessage ( $aTypeName, StoredEvent $notification )

Method Details

mostRecentPublishedMessageId() public méthode

public mostRecentPublishedMessageId ( $aTypeName ) : integer
$aTypeName
Résultat integer

trackMostRecentPublishedMessage() public méthode

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