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

Inheritance: ICoreProjectionCheckpointReader
Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
BeforeBeginLoadState ( ) : void
CheckpointLoaded ( CheckpointTag checkpointTag, string checkpointData ) : void
RequestLoadState ( ) : void

Private Methods

Méthode Description
OnLoadStateReadRequestCompleted ( ClientMessage message ) : void

Method Details

BeforeBeginLoadState() protected méthode

protected BeforeBeginLoadState ( ) : void
Résultat void

BeginLoadState() public méthode

public BeginLoadState ( ) : void
Résultat void

CheckpointLoaded() protected méthode

protected CheckpointLoaded ( CheckpointTag checkpointTag, string checkpointData ) : void
checkpointTag CheckpointTag
checkpointData string
Résultat void

CoreProjectionCheckpointReader() public méthode

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
Résultat System

Initialize() public méthode

public Initialize ( ) : void
Résultat void

RequestLoadState() protected méthode

protected RequestLoadState ( ) : void
Résultat void