CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Classes | |
class | EventService |
interface | IEventDataResolver |
interface | IEventService |
interface | IServiceParameterResolver |
interface | IServiceRequest |
A request message envelope that holds authentication and correlation information used when making public API requests. More... | |
interface | IServiceRequestWithData |
A request message envelope that holds authentication, correlation information as well as request data used when making public API requests. More... | |
interface | IServiceResponse |
A response message envelope that holds request state and correlation information in response to using public API requests. More... | |
interface | IServiceResponseWithResultData |
A response message envelope that holds request state, correlation information as well as the response data returned from making a public API request. More... | |
interface | ISingleSignOnTokenResolver |
interface | IUnitOfWorkService |
interface | IVersionedServiceResponse |
class | ServiceChannelFactory |
class | ServiceParameterResolver |
A DataContractResolver for use via WCF More... | |
class | ServiceRequest |
class | ServiceRequestWithData |
class | ServiceResponse |
class | ServiceResponseWithResultData |
class | UnitOfWorkService |
class | WcfDataContractResolverConfiguration |