C# Class Res.Core.Storage.CommitBuilder.ExpectingAnotherEventOrCommit

Afficher le fichier Open project: heartysoft/res

Méthodes publiques

Méthode Description
Build ( ) : CommitsForStorage
Event ( EventForStorage e ) : ExpectingAnotherEventOrCommit
ExpectingAnotherEventOrCommit ( CommitInfo commit, CommitBuilder instance ) : System
NewCommit ( System.Guid commitId, string context, string stream ) : ExpectingEvent

Method Details

Build() public méthode

public Build ( ) : CommitsForStorage
Résultat CommitsForStorage

Event() public méthode

public Event ( EventForStorage e ) : ExpectingAnotherEventOrCommit
e EventForStorage
Résultat ExpectingAnotherEventOrCommit

ExpectingAnotherEventOrCommit() public méthode

public ExpectingAnotherEventOrCommit ( CommitInfo commit, CommitBuilder instance ) : System
commit CommitInfo
instance CommitBuilder
Résultat System

NewCommit() public méthode

public NewCommit ( System.Guid commitId, string context, string stream ) : ExpectingEvent
commitId System.Guid
context string
stream string
Résultat ExpectingEvent