public FetchLivePlan(EventGraph events, IEventIdentityStrategy <TId> identityStrategy, IDocumentStorage <TDoc, TId> documentStorage) { _events = events; _identityStrategy = identityStrategy; _documentStorage = documentStorage; _aggregator = _events.Options.Projections.AggregatorFor <TDoc>(); }
bool IProjection.TryResolveLiveAggregator <T>(out ILiveAggregator <T> aggregator) { aggregator = null; return(false); }