Method | Description | |
---|---|---|
MultiStreamMessageWriter ( IODispatcher ioDispatcher ) : System | ||
PublishResponse ( string command, System.Guid workerId, object body ) : void | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
CreateEvent ( Queue item ) : EventStore.Core.Data.Event | ||
EmitEvents ( Queue queue, System.Guid workerId ) : void |
public MultiStreamMessageWriter ( IODispatcher ioDispatcher ) : System | ||
ioDispatcher | IODispatcher | |
return | System |
public PublishResponse ( string command, System.Guid workerId, object body ) : void | ||
command | string | |
workerId | System.Guid | |
body | object | |
return | void |