C# Class EventStore.Core.Services.PersistentSubscription.PersistentSubscriptionCheckpointWriter

Inheritance: IPersistentSubscriptionCheckpointWriter
Mostrar archivo Open project: EventStore/EventStore

Public Methods

Method Description
BeginDelete ( Action completed ) : void
BeginWriteState ( int state ) : void
PersistentSubscriptionCheckpointWriter ( string subscriptionId, IODispatcher ioDispatcher ) : System
StartFrom ( int version ) : void

Private Methods

Method Description
CreateStreamMetadataEvent ( ) : EventStore.Core.Data.Event
PublishCheckpoint ( int state ) : void
PublishMetadata ( int state ) : void
WriteStateCompleted ( ClientMessage msg ) : void

Method Details

BeginDelete() public method

public BeginDelete ( Action completed ) : void
completed Action
return void

BeginWriteState() public method

public BeginWriteState ( int state ) : void
state int
return void

PersistentSubscriptionCheckpointWriter() public method

public PersistentSubscriptionCheckpointWriter ( string subscriptionId, IODispatcher ioDispatcher ) : System
subscriptionId string
ioDispatcher IODispatcher
return System

StartFrom() public method

public StartFrom ( int version ) : void
version int
return void