![]() |
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.
|
The INinjectModule for use with the Cqrs package. More...
Public Member Functions | |
override void | Load () |
Loads the module into the kernel. More... | |
virtual void | RegisterEventSerialisationConfiguration () |
Register the all event serialisation configurations More... | |
virtual void | RegisterEventStore () |
Register the IEventStore<TAuthenticationToken> More... | |
![]() | |
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 | |
![]() | |
virtual T | Resolve< T > () |
Resolves instances for the specified T . More... | |
virtual object | Resolve (Type type) |
Resolves instances for the specified type . More... | |
The INinjectModule for use with the Cqrs package.
TAuthenticationToken | The Type of the authentication token. |