![]() |
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.
|
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... | |
Reads projection streams from a Greg Young's Event sTore.
TAuthenticationToken | The Type of the authentication token. |