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 Namespace Reference

Classes

interface  IHandler
 Responds to or "Handles" things. More...
 
interface  IMessage
 A message such as an event or command. More...
 
interface  IMessageHandler
 Responds to or "Handles" a IMessage. More...
 
interface  IMessageWithAuthenticationToken
 A IMessage with authentication information. More...
 
interface  ITelemeteredMessage
 A message that can allows you to manually inform the telemetry system it's name. More...
 

Enumerations

enum  FrameworkType { FrameworkType.Unknown = -2, FrameworkType.External = -1, FrameworkType.BuiltIn = 0, FrameworkType.Akka = 1 }
 Indicates a framework system or type. More...