Definition
Package: MessageHandler.EventSourcing
Assembly: MessageHandler.EventSourcing
Namespace: MessageHandler.EventSourcing.Projections
Interface implemented by class that invoke projections
Methods
| Method | Description |
|---|---|
| Invoke(T, IEnumerable |
Invoke the projections defined to project the sourced events into the model |
| Invoke(T, SourcedEvent) | Invoke the projection defined to project the sourced event into the model |