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

Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

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

Private Methods

Méthode Description
PublishCommand ( EventStore.Core.Data.ResolvedEvent resolvedEvent ) : void
StartReaderSteps ( ) : IEnumerable

Method Details

MasterCoreProjectionResponseReader() public méthode

public MasterCoreProjectionResponseReader ( IPublisher publisher, IODispatcher ioDispatcher, System.Guid workerId, System.Guid masterProjectionId ) : System
publisher IPublisher
ioDispatcher IODispatcher
workerId System.Guid
masterProjectionId System.Guid
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void