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