Definition
Package: MessageHandler.EventSourcing
Assembly: MessageHandler.EventSourcing
Namespace: MessageHandler.EventSourcing.DomainModel
Interface implemented by classes that load eventsourced aggregates from an event source
Properties
| Property | Description |
|---|---|
| EventSource | Gets the event source |
Methods
| Method | Description |
|---|---|
| Get(string) | Get an event sourced aggregate from the event source. |
| Flush() | Flush pending events to the event source |