![]() |
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.
|
Executes event handler methods. More...
Protected Member Functions | |
AkkaEventHandler (ILogger logger, ICorrelationIdHelper correlationIdHelper, IAuthenticationTokenHelper< TAuthenticationToken > authenticationTokenHelper) | |
Instantiates a new instance of AkkaEventHandler<TAuthenticationToken>. More... | |
virtual void | Execute< TEvent > (Action< TEvent > handler, TEvent @event) |
Execute the provided handler passing it the event , then calls ActorRefImplicitSenderExtensions.Tell. More... | |
Properties | |
ILogger | Logger [get, set] |
Gets or sets the ILogger. More... | |
ICorrelationIdHelper | CorrelationIdHelper [get] |
Gets or sets the ICorrelationIdHelper. More... | |
IAuthenticationTokenHelper< TAuthenticationToken > | AuthenticationTokenHelper [get] |
Gets or sets the IAuthenticationTokenHelper<TAuthenticationToken>. More... | |
Executes event handler methods.
TAuthenticationToken |