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

Classes

class  CqrsModule
 The main INinjectModule for use with the CQRS package that wires up many of the prerequisites for running CQRS.NET. More...
 
class  EventStoreModule
 A INinjectModule that wires up EventStore.EventStore<TAuthenticationToken> as the IEventStore<TAuthenticationToken>. More...
 
class  InProcessCommandBusModule
 A INinjectModule that configures the InProcessBus<TAuthenticationToken> as a ICommandPublisher<TAuthenticationToken> and ICommandReceiver. More...
 
class  InProcessEventBusModule
 A INinjectModule that configures the InProcessBus<TAuthenticationToken> as a IEventPublisher<TAuthenticationToken> and IEventReceiver. More...
 
class  InProcessEventStoreModule
 A INinjectModule that configures the InProcessEventStore<TAuthenticationToken> as a IEventStore<TAuthenticationToken>. More...
 
class  MemoryCacheEventStoreModule
 The INinjectModule for use with the Cqrs package. More...
 
class  NinjectDependencyResolver
 Provides an ability to resolve instances of objects using Ninject More...
 
class  ResolvableModule
 A INinjectModule that can resolve anything bound before being called. More...
 
class  SimplifiedNinjectStartUp
 A start-up class. More...