C# Class EventStore.Projections.Core.Services.Management.MasterCoreProjectionResponseReader

Show file Open project: EventStore/EventStore

Public Methods

Method Description
MasterCoreProjectionResponseReader ( IPublisher publisher, IODispatcher ioDispatcher, System.Guid workerId, System.Guid masterProjectionId ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
PublishCommand ( EventStore.Core.Data.ResolvedEvent resolvedEvent ) : void
StartReaderSteps ( ) : IEnumerable

Method Details

MasterCoreProjectionResponseReader() public method

public MasterCoreProjectionResponseReader ( IPublisher publisher, IODispatcher ioDispatcher, System.Guid workerId, System.Guid masterProjectionId ) : System
publisher IPublisher
ioDispatcher IODispatcher
workerId System.Guid
masterProjectionId System.Guid
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void