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.Events.IEventHandler< TAuthenticationToken, TTarget, in in TEvent > Interface Template Reference

Responds to or "Handles" a TEvent . More...

+ Inheritance diagram for Cqrs.Events.IEventHandler< TAuthenticationToken, TTarget, in in TEvent >:

Detailed Description

Responds to or "Handles" a TEvent .

Template Parameters
TAuthenticationTokenThe Type of the authentication token.
TTargetThe Type of the object that is targeted that needs concurrency.
TEventThe Type of IEvent<TAuthenticationToken> that can be handled.
Type Constraints
TEvent :IEvent<TAuthenticationToken>