![]() |
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.
|
Namespaces | |
namespace | Configuration |
namespace | Controllers |
namespace | Events |
namespace | Formatters |
namespace | SignalR |
Classes | |
class | CqrsApiController |
A ApiController that expects the ISingleSignOnToken.Token to be sent as a HttpHeaders with a key whose name is defined by the System.Configuration.ConfigurationManager.AppSettings "Cqrs.Web.AuthenticationTokenName", in accordance with OAuth specifications More... | |
class | CqrsEventApiController |
A CqrsApiController that includes an implementation of the IEventService<TAuthenticationToken>.GetEventData method More... | |
class | CqrsHttpApplicationWithSignalR |
A CqrsHttpApplication that allows you to specify how events are sent to SignalR. More... | |
class | HelpPageConfig |
A start-up configuration class for the auto documenting features. More... | |
class | HttpResponseMessage |
A HttpResponseMessage that supports auto self-documenting generation. More... | |