![]() |
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.
|
Namespaces | |
namespace | Indexes |
Classes | |
interface | IMongoDbEventStoreConnectionStringFactory |
A factory for getting connection strings and database names for IEventStore<TAuthenticationToken> access. More... | |
interface | IMongoDbSnapshotStoreConnectionStringFactory |
A factory for getting connection strings and database names for Snapshot Store access. More... | |
class | MongoDbEventData |
Captures all the data relevant to an IEvent<TAuthenticationToken> for MongoDbEventStore<TAuthenticationToken> to persist. More... | |
class | MongoDbEventStore |
A MongoDB based EventStore<TAuthenticationToken>. More... | |
class | MongoDbEventStoreConnectionStringFactory |
A factory for getting connection strings and database names for IEventStore<TAuthenticationToken> access. More... | |
class | MongoDbSnapshotStore |
Stores the most recent snapshots for replay and IAggregateRoot<TAuthenticationToken> rehydration on a SnapshotAggregateRoot<TAuthenticationToken,TSnapshot> in MongoDB. More... | |
class | MongoDbSnapshotStoreConnectionStringFactory |
A factory for getting connection strings and database names for Snapshot Store access. More... | |