C# Class EventStore.Projections.Core.Services.Processing.CoreProjectionCheckpointReader

Inheritance: ICoreProjectionCheckpointReader
Datei anzeigen Open project: EventStore/EventStore Class Usage Examples

Public Methods

Method Description
BeginLoadState ( ) : void
CoreProjectionCheckpointReader ( IPublisher publisher, System.Guid projectionCorrelationId, IODispatcher ioDispatcher, string projectionCheckpointStreamId, EventStore.Projections.Core.Services.Processing.ProjectionVersion projectionVersion, bool useCheckpoints ) : System
Initialize ( ) : void

Protected Methods

Method Description
BeforeBeginLoadState ( ) : void
CheckpointLoaded ( CheckpointTag checkpointTag, string checkpointData ) : void
RequestLoadState ( ) : void

Private Methods

Method Description
OnLoadStateReadRequestCompleted ( ClientMessage message ) : void

Method Details

BeforeBeginLoadState() protected method

protected BeforeBeginLoadState ( ) : void
return void

BeginLoadState() public method

public BeginLoadState ( ) : void
return void

CheckpointLoaded() protected method

protected CheckpointLoaded ( CheckpointTag checkpointTag, string checkpointData ) : void
checkpointTag CheckpointTag
checkpointData string
return void

CoreProjectionCheckpointReader() public method

public CoreProjectionCheckpointReader ( IPublisher publisher, System.Guid projectionCorrelationId, IODispatcher ioDispatcher, string projectionCheckpointStreamId, EventStore.Projections.Core.Services.Processing.ProjectionVersion projectionVersion, bool useCheckpoints ) : System
publisher IPublisher
projectionCorrelationId System.Guid
ioDispatcher IODispatcher
projectionCheckpointStreamId string
projectionVersion EventStore.Projections.Core.Services.Processing.ProjectionVersion
useCheckpoints bool
return System

Initialize() public method

public Initialize ( ) : void
return void

RequestLoadState() protected method

protected RequestLoadState ( ) : void
return void