Interface IProjectionWatcher
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Defines a watcher for a projection.
public interface IProjectionWatcher
Methods
Start()
Start the watcher.
void Start()
Stop()
Stop the watcher. Will be removed from the manager.
void Stop()