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.Ninject.Configuration.EventStoreModule< TAuthenticationToken > Class Template Reference

A INinjectModule that wires up EventStore.EventStore<TAuthenticationToken> as the IEventStore<TAuthenticationToken>. More...

+ Inheritance diagram for Cqrs.Ninject.Configuration.EventStoreModule< TAuthenticationToken >:

Public Member Functions

override void Load ()
 Loads the module into the kernel. More...
 
virtual void RegisterFactories ()
 Register the all factories More...
 
virtual void RegisterServices ()
 Register the all services More...
 
virtual void RegisterCqrsRequirements ()
 Register the IEventStoreConnectionHelper and IEventStore<TAuthenticationToken>. More...
 

Detailed Description

A INinjectModule that wires up EventStore.EventStore<TAuthenticationToken> as the IEventStore<TAuthenticationToken>.

Template Parameters
TAuthenticationTokenThe Type of the authentication token.