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.InProcessCommandBusModule< TAuthenticationToken > Class Template Reference

A INinjectModule that configures the InProcessBus<TAuthenticationToken> as a ICommandPublisher<TAuthenticationToken> and ICommandReceiver. More...

+ Inheritance diagram for Cqrs.Ninject.Configuration.InProcessCommandBusModule< 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 ICommandPublisher<TAuthenticationToken>, IPublishAndWaitCommandPublisher<TAuthenticationToken>, ICommandReceiver<TAuthenticationToken> and ICommandHandlerRegistrar Register (for backwards compatibility) ICommandPublisher<TAuthenticationToken> More...
 
- Public Member Functions inherited from Cqrs.Ninject.Configuration.ResolvableModule
bool IsRegistered< T > ()
 Indicates if the provided T is already registered or not. More...
 
bool IsRegistered (Type type)
 Indicates if the provided type is already registered or not. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Cqrs.Ninject.Configuration.ResolvableModule
virtual T Resolve< T > ()
 Resolves instances for the specified T . More...
 
virtual object Resolve (Type type)
 Resolves instances for the specified type . More...
 

Detailed Description

A INinjectModule that configures the InProcessBus<TAuthenticationToken> as a ICommandPublisher<TAuthenticationToken> and ICommandReceiver.

Template Parameters
TAuthenticationTokenThe Type of the authentication token.