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.Services.IEventService< TAuthenticationToken > Interface Template Reference

A WCF ServiceContract that provides read-only access to IEventStore<TAuthenticationToken> events raised with the same IMessage.CorrelationId. More...

+ Inheritance diagram for Cqrs.Services.IEventService< TAuthenticationToken >:

Public Member Functions

IServiceResponseWithResultData< IEnumerable< EventData > > GetEventData (IServiceRequestWithData< TAuthenticationToken, Guid > serviceRequest)
 Get all events raised with the same IMessage.CorrelationId. More...
 

Detailed Description

A WCF ServiceContract that provides read-only access to IEventStore<TAuthenticationToken> events raised with the same IMessage.CorrelationId.

Template Parameters
TAuthenticationTokenThe Type of authentication token.