Skip to main content
Table of Contents

Namespace Stratara.Projections

Namespaces

Stratara.Projections.Abstractions
Stratara.Projections.Multitenancy
Stratara.Projections.Services

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 the Stratara.Projections assembly without taking a hard type dependency.