Table of Contents

Interface IProjectionWatcher<TModel>

Namespace
Cratis.Chronicle.Projections
Assembly
Cratis.Chronicle.dll

Defines a watcher for a projection.

public interface IProjectionWatcher<TModel> : IProjectionWatcher

Type Parameters

TModel

Type of model the watcher is for.

Inherited Members

Properties

Observable

Gets the observable for the projection.

IObservable<ProjectionChangeset<TModel>> Observable { get; }

Property Value

IObservable<ProjectionChangeset<TModel>>