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

Inheritance: IMultiStreamMessageWriter
Exibir arquivo Open project: EventStore/EventStore Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

MultiStreamMessageWriter() public method

public MultiStreamMessageWriter ( IODispatcher ioDispatcher ) : System
ioDispatcher IODispatcher
return System

PublishResponse() public method

public PublishResponse ( string command, System.Guid workerId, object body ) : void
command string
workerId System.Guid
body object
return void

Reset() public method

public Reset ( ) : void
return void