C# 클래스 EventStore.Projections.Core.Services.Processing.CoreProjectionCheckpointReader

상속: ICoreProjectionCheckpointReader
파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 메소드들

메소드 설명
BeginLoadState ( ) : void
CoreProjectionCheckpointReader ( IPublisher publisher, System.Guid projectionCorrelationId, IODispatcher ioDispatcher, string projectionCheckpointStreamId, EventStore.Projections.Core.Services.Processing.ProjectionVersion projectionVersion, bool useCheckpoints ) : System
Initialize ( ) : void

보호된 메소드들

메소드 설명
BeforeBeginLoadState ( ) : void
CheckpointLoaded ( CheckpointTag checkpointTag, string checkpointData ) : void
RequestLoadState ( ) : void

비공개 메소드들

메소드 설명
OnLoadStateReadRequestCompleted ( ClientMessage message ) : void

메소드 상세

BeforeBeginLoadState() 보호된 메소드

protected BeforeBeginLoadState ( ) : void
리턴 void

BeginLoadState() 공개 메소드

public BeginLoadState ( ) : void
리턴 void

CheckpointLoaded() 보호된 메소드

protected CheckpointLoaded ( CheckpointTag checkpointTag, string checkpointData ) : void
checkpointTag CheckpointTag
checkpointData string
리턴 void

CoreProjectionCheckpointReader() 공개 메소드

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
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

RequestLoadState() 보호된 메소드

protected RequestLoadState ( ) : void
리턴 void