C# Class EventStore.InMemoryEventStream

Inheritance: IEventStream
Datei anzeigen Open project: AdrianFreemantle/DDD

Public Methods

Method Description
Add ( EventMessage uncommittedEvent ) : void
InMemoryEventStream ( System.Guid streamId ) : System

Method Details

Add() public method

public Add ( EventMessage uncommittedEvent ) : void
uncommittedEvent EventMessage
return void

InMemoryEventStream() public method

public InMemoryEventStream ( System.Guid streamId ) : System
streamId System.Guid
return System