CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.EventStore.ProjectionReader< TAuthenticationToken > Class Template Reference

Reads projection streams from a Greg Young's Event sTore. More...

Protected Member Functions

 ProjectionReader (IEventStoreConnectionHelper eventStoreConnectionHelper, IEventDeserialiser< TAuthenticationToken > eventDeserialiser)
 Instantiates a new instance of ProjectionReader<TAuthenticationToken>. More...
 
IEnumerable< dynamic > GetDataByStreamName (string streamName)
 Get a collection of data objects from a stream with the provided streamName . More...
 
IEnumerable< TData > GetDataByStreamName< TData > (string streamName)
 Get a collection of TData from a stream with the provided streamName . More...
 

Properties

IEventStoreConnectionHelper EventStoreConnectionHelper [get, set]
 The IEventStoreConnection used to read and write streams in the Greg Young Event Store. More...
 
IEventDeserialiser< TAuthenticationToken > EventDeserialiser [get, set]
 The IEventDeserialiser<TAuthenticationToken> used to deserialise events. More...
 

Detailed Description

Reads projection streams from a Greg Young's Event sTore.

Template Parameters
TAuthenticationTokenThe Type of the authentication token.