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 |
Method | Description | |
---|---|---|
BeforeBeginLoadState ( ) : void | ||
CheckpointLoaded ( CheckpointTag checkpointTag, string checkpointData ) : void | ||
RequestLoadState ( ) : void |
Method | Description | |
---|---|---|
OnLoadStateReadRequestCompleted ( ClientMessage message ) : void |
protected CheckpointLoaded ( CheckpointTag checkpointTag, string checkpointData ) : void | ||
checkpointTag | CheckpointTag | |
checkpointData | string | |
return | void |
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 |