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.Messages.IMessageWithAuthenticationToken< TAuthenticationToken > Interface Template Reference

A IMessage with authentication information. More...

+ Inheritance diagram for Cqrs.Messages.IMessageWithAuthenticationToken< TAuthenticationToken >:

Properties

TAuthenticationToken AuthenticationToken [get, set]
 The TAuthenticationToken of the entity that triggered the event to be raised. More...
 
- Properties inherited from Cqrs.Messages.IMessage
Guid CorrelationId [get, set]
 An identifier used to group together several IMessage. Any IMessage with the same CorrelationId were triggered by the same initiating request. More...
 
string OriginatingFramework [get, set]
 The originating framework this message was sent from. More...
 
IEnumerable< string > Frameworks [get, set]
 The frameworks this IMessage has been delivered to/sent via already. More...
 

Detailed Description

A IMessage with authentication information.

Template Parameters
TAuthenticationTokenThe Type of the authentication token.