Ejemplo n.º 1
0
        private void EnsureProjections()
        {
            _projectionContext.EnableProjection("$by_category");
            _projectionContext.EnableProjection("$stream_by_category");

            _projection.Ensure();
        }
Ejemplo n.º 2
0
        private void EnsureProjections()
        {
            _projectionContext.EnableProjection("$by_category");
            _projectionContext.EnableProjection("$stream_by_category");

            _distributorProjection.Ensure();
            _detectorProjection.Ensure();

            _irresponsibleGamblerAlarmPublisher.Start();
        }