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.Akka.Events.AkkaEventHandler< TAuthenticationToken > Class Template Reference

Executes event handler methods. More...

+ Inheritance diagram for Cqrs.Akka.Events.AkkaEventHandler< TAuthenticationToken >:

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...
 

Detailed Description

Executes event handler methods.

Template Parameters
TAuthenticationToken