C# Class EventStore.Projections.Core.Services.Management.MultiStreamMessageWriter

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

Méthodes publiques

Méthode Description
MultiStreamMessageWriter ( IODispatcher ioDispatcher ) : System
PublishResponse ( string command, System.Guid workerId, object body ) : void
Reset ( ) : void

Private Methods

Méthode Description
CreateEvent ( Queue item ) : EventStore.Core.Data.Event
EmitEvents ( Queue queue, System.Guid workerId ) : void

Method Details

MultiStreamMessageWriter() public méthode

public MultiStreamMessageWriter ( IODispatcher ioDispatcher ) : System
ioDispatcher IODispatcher
Résultat System

PublishResponse() public méthode

public PublishResponse ( string command, System.Guid workerId, object body ) : void
command string
workerId System.Guid
body object
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void