![]() |
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.
|
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... | |
A WCF ServiceContract that provides read-only access to IEventStore<TAuthenticationToken> events raised with the same IMessage.CorrelationId.
| TAuthenticationToken | The Type of authentication token. |