commanded icon indicating copy to clipboard operation
commanded copied to clipboard

Document how to directly append events to the confired event store

Open slashdotdash opened this issue 7 years ago • 0 comments

Command allows you to interact with the configured event store by using the Commanded.EventStore module. You can use this module to directly append events to any stream, without needing to dispatch a command to an aggregate and have it create an event. This should be documented in the guides with an example usage.

slashdotdash avatar Nov 14 '18 10:11 slashdotdash