Namespace Stratara.Projections
Namespaces
Classes
- ProjectionTransactionExtensions
Helpers for the write half of an idempotent projection.
Interfaces
- IProjectionsUnitOfWork
Read-side unit-of-work used by projections to access the projection read store. Extends IReadUnitOfWork with factory methods for the repositories that live in this package.
- IStrataraProjectionsMarker
Empty marker interface used by reflection-based scanners (typically
AddProjectionsFromAssemblyContaining<IStrataraProjectionsMarker>()) to identify theStratara.Projectionsassembly without taking a hard type dependency.