C# Class EventStore.InMemoryEventStore

Inheritance: IStoreEvents
Show file Open project: AdrianFreemantle/DDD

Public Methods

Method Description
CreateStream ( System.Guid streamId ) : IEventStream
OpenStream ( System.Guid streamId ) : IEventStream

Method Details

CreateStream() public method

public CreateStream ( System.Guid streamId ) : IEventStream
streamId System.Guid
return IEventStream

OpenStream() public method

public OpenStream ( System.Guid streamId ) : IEventStream
streamId System.Guid
return IEventStream