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

Datei anzeigen Open project: heartysoft/res

Public Methods

Method 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 method

public Build ( ) : CommitsForStorage
return CommitsForStorage

Event() public method

public Event ( EventForStorage e ) : ExpectingAnotherEventOrCommit
e EventForStorage
return ExpectingAnotherEventOrCommit

ExpectingAnotherEventOrCommit() public method

public ExpectingAnotherEventOrCommit ( CommitInfo commit, CommitBuilder instance ) : System
commit CommitInfo
instance CommitBuilder
return System

NewCommit() public method

public NewCommit ( System.Guid commitId, string context, string stream ) : ExpectingEvent
commitId System.Guid
context string
stream string
return ExpectingEvent