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 Namespace Reference

Namespaces

namespace  Bus
 

Classes

class  EventFactory
 A factory implementing IEventDeserialiser<TAuthenticationToken> and IEventBuilder<TAuthenticationToken> More...
 
class  EventStore
 A Greg Young Event Store based EventStore<TAuthenticationToken>. More...
 
class  EventStoreConnectionHelper
 Creates instances of IEventStoreConnection. More...
 
interface  IEventBuilder
 Builds EventData from various input formats. More...
 
interface  IEventDeserialiser
 Deserialises IEvent<TAuthenticationToken> from a serialised state. More...
 
interface  IEventStoreConnectionHelper
 Creates instances of IEventStoreConnection. More...
 
class  ProjectionReader
 Reads projection streams from a Greg Young's Event sTore. More...
 
class  SimpleEvent
 An IEvent<TAuthenticationToken> that holds the event data in Message. More...