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

Inheritance: IPersistentSubscriptionCheckpointWriter
Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

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

Private Methods

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

Method Details

BeginDelete() public méthode

public BeginDelete ( Action completed ) : void
completed Action
Résultat void

BeginWriteState() public méthode

public BeginWriteState ( int state ) : void
state int
Résultat void

PersistentSubscriptionCheckpointWriter() public méthode

public PersistentSubscriptionCheckpointWriter ( string subscriptionId, IODispatcher ioDispatcher ) : System
subscriptionId string
ioDispatcher IODispatcher
Résultat System

StartFrom() public méthode

public StartFrom ( int version ) : void
version int
Résultat void