C# Class PPPDDDChap23.EventSourcing.Application.Infrastructure.EventStore

Afficher le fichier Open project: elbandit/PPPDDD Class Usage Examples

Méthodes publiques

Méthode Description
AppendEventsToStream ( string streamName, IEnumerable domainEvents ) : void
CreateNewStream ( string streamName, IEnumerable domainEvents ) : void
EventStore ( IDocumentSession documentSession ) : System
GetStream ( string streamName, int fromVersion, int toVersion ) : IEnumerable

Method Details

AppendEventsToStream() public méthode

public AppendEventsToStream ( string streamName, IEnumerable domainEvents ) : void
streamName string
domainEvents IEnumerable
Résultat void

CreateNewStream() public méthode

public CreateNewStream ( string streamName, IEnumerable domainEvents ) : void
streamName string
domainEvents IEnumerable
Résultat void

EventStore() public méthode

public EventStore ( IDocumentSession documentSession ) : System
documentSession IDocumentSession
Résultat System

GetStream() public méthode

public GetStream ( string streamName, int fromVersion, int toVersion ) : IEnumerable
streamName string
fromVersion int
toVersion int
Résultat IEnumerable