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

Inheritance: IResponseWriter
Show file Open project: EventStore/EventStore Class Usage Examples

Public Methods

Method Description
PublishCommand ( string command, object body ) : void
Reset ( ) : void
ResponseWriter ( IODispatcher ioDispatcher ) : System

Private Methods

Method Description
CreateEvent ( System.Item item ) : EventStore.Core.Data.Event
EmitEvents ( ) : void

Method Details

PublishCommand() public method

public PublishCommand ( string command, object body ) : void
command string
body object
return void

Reset() public method

public Reset ( ) : void
return void

ResponseWriter() public method

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