C# 클래스 EventStore.Core.Services.PersistentSubscription.PersistentSubscriptionCheckpointWriter

상속: IPersistentSubscriptionCheckpointWriter
파일 보기 프로젝트 열기: EventStore/EventStore

공개 메소드들

메소드 설명
BeginDelete ( Action completed ) : void
BeginWriteState ( int state ) : void
PersistentSubscriptionCheckpointWriter ( string subscriptionId, IODispatcher ioDispatcher ) : System
StartFrom ( int version ) : void

비공개 메소드들

메소드 설명
CreateStreamMetadataEvent ( ) : EventStore.Core.Data.Event
PublishCheckpoint ( int state ) : void
PublishMetadata ( int state ) : void
WriteStateCompleted ( ClientMessage msg ) : void

메소드 상세

BeginDelete() 공개 메소드

public BeginDelete ( Action completed ) : void
completed Action
리턴 void

BeginWriteState() 공개 메소드

public BeginWriteState ( int state ) : void
state int
리턴 void

PersistentSubscriptionCheckpointWriter() 공개 메소드

public PersistentSubscriptionCheckpointWriter ( string subscriptionId, IODispatcher ioDispatcher ) : System
subscriptionId string
ioDispatcher IODispatcher
리턴 System

StartFrom() 공개 메소드

public StartFrom ( int version ) : void
version int
리턴 void