Definition
Package: MessageHandler.EventSourcing
Assembly: MessageHandler.EventSourcing
Namespace: MessageHandler.EventSourcing.Projections
Interface implemented by classes that restore projections.
Methods
| Method | Description |
|---|---|
| Restore(string) | Restore all models for a stream type. |
| Restore(string, Func<string,T>) | Restore all models for a stream type. |
| Restore(string, string) | Restore a specific model for a stream type. |
| Restore(string, string, Func<string,T>) | Restore a specific model for a stream type. |
| Restore(IEnumerable |
Restore a specific model for a stream of events. |
| Restore(IEnumerable |
Restore a specific model for a stream of events. |