PHP Class Prooph\EventStore\Aggregate\ConfigurableAggregateTranslator

Author: Alexander Miertsch ([email protected])
Inheritance: implements Prooph\EventStore\Aggregate\AggregateTranslator
Afficher le fichier Open project: prooph/event-store Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( null | string $identifierMethodName = null, null | string $versionMethodName = null, null | string $popRecordedEventsMethodName = null, null | string $replayEventsMethodsName = null, null | string $staticReconstituteFromHistoryMethodName = null, null | callable $eventToMessageCallback = null, null | callable $messageToEventCallback = null )
extractAggregateId ( object $eventSourcedAggregateRoot ) : string
extractAggregateVersion ( object $eventSourcedAggregateRoot ) : integer
extractPendingStreamEvents ( object $eventSourcedAggregateRoot ) : Prooph\Common\Messaging\Message[]
reconstituteAggregateFromHistory ( AggregateType $aggregateType, Iterator $historyEvents ) : object
replayStreamEvents ( object $eventSourcedAggregateRoot, Iterator $events )

Method Details

__construct() public méthode

public __construct ( null | string $identifierMethodName = null, null | string $versionMethodName = null, null | string $popRecordedEventsMethodName = null, null | string $replayEventsMethodsName = null, null | string $staticReconstituteFromHistoryMethodName = null, null | callable $eventToMessageCallback = null, null | callable $messageToEventCallback = null )
$identifierMethodName null | string
$versionMethodName null | string
$popRecordedEventsMethodName null | string
$replayEventsMethodsName null | string
$staticReconstituteFromHistoryMethodName null | string
$eventToMessageCallback null | callable
$messageToEventCallback null | callable

extractAggregateId() public méthode

public extractAggregateId ( object $eventSourcedAggregateRoot ) : string
$eventSourcedAggregateRoot object
Résultat string

extractAggregateVersion() public méthode

public extractAggregateVersion ( object $eventSourcedAggregateRoot ) : integer
$eventSourcedAggregateRoot object
Résultat integer

extractPendingStreamEvents() public méthode

public extractPendingStreamEvents ( object $eventSourcedAggregateRoot ) : Prooph\Common\Messaging\Message[]
$eventSourcedAggregateRoot object
Résultat Prooph\Common\Messaging\Message[]

reconstituteAggregateFromHistory() public méthode

public reconstituteAggregateFromHistory ( AggregateType $aggregateType, Iterator $historyEvents ) : object
$aggregateType AggregateType
$historyEvents Iterator
Résultat object reconstructed EventSourcedAggregateRoot

replayStreamEvents() public méthode

public replayStreamEvents ( object $eventSourcedAggregateRoot, Iterator $events )
$eventSourcedAggregateRoot object
$events Iterator