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

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

Méthodes publiques

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

Private Methods

Méthode Description
CreateEvent ( System.Item item ) : EventStore.Core.Data.Event
EmitEvents ( ) : void

Method Details

PublishCommand() public méthode

public PublishCommand ( string command, object body ) : void
command string
body object
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ResponseWriter() public méthode

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