![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A INinjectModule that wires up many of the prerequisites for running CQRS.NET with Akka.NET More...
Inheritance diagram for Cqrs.Ninject.Akka.Configuration.AkkaModule< TAuthenticationToken >:Public Member Functions | |
| override void | Load () |
| Loads the module into the kernel. 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... | |
A INinjectModule that wires up many of the prerequisites for running CQRS.NET with Akka.NET
| TAuthenticationToken | The Type of the authentication token. |