Interface IProjectionWatcherManager
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Defines a manager for IProjectionWatcher.
public interface IProjectionWatcherManager
Methods
GetWatcher<TModel>()
Gets a watcher for a specific model.
IProjectionWatcher<TModel> GetWatcher<TModel>()
Returns
- IProjectionWatcher<TModel>
An instance of IProjectionWatcher<TModel>.
Type Parameters
TModel
Type of model the watcher is for.