![]() |
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.
|
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... | |
Executes event handler methods.
| TAuthenticationToken |